Skip to content

Commit

Permalink
bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbe committed Mar 5, 2014
1 parent 2f31a56 commit e01e8a2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"name": "named-routes",
"description": "HTTP request router with named reversable routes",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "Andreas Lubbe",
"email": "[email protected]"
},
"main": "./router.js",
"dependencies": {
"xregexp": "*",
"methods": "0.0.1"
},
"keywords": [
"named",
"routes",
"i18n",
"router",
"reversable",
"express",
Expand All @@ -30,6 +27,10 @@
"scripts": {
"test": "mocha test"
},
"dependencies": {
"xregexp": "*",
"methods": "0.0.1"
},
"devDependencies": {
"mocha": "~1.14.0",
"expect.js": "~0.2.0",
Expand Down

0 comments on commit e01e8a2

Please sign in to comment.