Skip to content

Commit

Permalink
Incremented version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hall committed Jan 28, 2015
1 parent e0d3883 commit 75939b7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3rver",
"version": "0.0.1",
"version": "0.0.2",
"description": "Fake S3 server for node",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -46,5 +46,13 @@
"moment": "^2.8.4",
"should": "^4.4.2",
"xml2js": "^0.4.4"
}
},
"bugs": {
"url": "https://github.com/jamhall/s3rver/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:jamhall/s3rver.git"
},
"homepage": "https://github.com/jamhall/s3rver"
}

0 comments on commit 75939b7

Please sign in to comment.