Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yortus committed Mar 28, 2014
1 parent 168f40a commit d9330a0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "asyncawait",
"description": "async/await for node.js",
"version": "0.6.0",
"version": "0.6.1",
"keywords": [
"async",
"await",
"blocking",
"callback",
"control flow",
"fibers",
"yield",
"generators",
"coroutines"
"generator",
"coroutine"
],
"main": "index.js",
"homepage": "https://github.com/yortus/asyncawait",
Expand Down

0 comments on commit d9330a0

Please sign in to comment.