From deb04f47e02c21ae0abe78a03eed792ce8b6df22 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Wed, 2 Apr 2014 12:00:24 -0700 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae7ab95d..7a5e4640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "tape", - "version" : "2.0.1", + "version" : "2.0.2", "description" : "tap-producing test harness for node and browsers", "main" : "index.js", "bin" : "./bin/tape",