diff --git a/package-lock.json b/package-lock.json index 32f5516..d69c2e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nodeguy/channel", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c3cca3..ede5d34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nodeguy/channel", "description": "a Channel type for Go-like concurrency", - "version": "0.0.0", + "version": "0.1.0", "author": { "name": "David Braun", "email": "David@NodeGuy.com",