Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passabilities committed Jun 9, 2017
1 parent bce53b0 commit 9b06538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backrest",
"version": "0.1.0",
"version": "0.1.1",
"description": "Rails like Node framework to create simple, pure backend APIs.",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"backrest": "^0.1.0",
"backrest": "^0.1.1",
"lodash": "^4.17.4"
},
"devDependencies": {}
}
}

0 comments on commit 9b06538

Please sign in to comment.