Skip to content

Commit

Permalink
Bump version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ph1e committed Mar 23, 2015
1 parent 5527c71 commit a31a23b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "unisender",
"version": "0.0.1",
"description": "",
"version": "0.1.0",
"readmeFilename": "README.md",
"description": "wrapper for unisender api",
"keywords": [
"unisender",
"api",
"email"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -16,5 +22,9 @@
"lodash": "~3.5.0",
"bluebird": "~2.9.14",
"request": "~2.53.0"
}
},
"bugs": {
"url": "https://github.com/s0ph1e/node-unisender/issues"
},
"homepage": "https://github.com/s0ph1e/node-unisender"
}

0 comments on commit a31a23b

Please sign in to comment.