Skip to content

Commit

Permalink
Version bump (1.12.28).
Browse files Browse the repository at this point in the history
  • Loading branch information
philjackson committed Jun 17, 2014
1 parent 7dad58d commit aeeeb22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Expand Up @@ -10,7 +10,7 @@
],
"description": "ApiAxle's own API. Provision keys and APIs.",
"bugs": "https://github.com/apiaxle/apiaxle/issues",
"version": "1.12.27",
"version": "1.12.28",
"main": "index",
"scripts": {
"test": "cake test"
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"lodash": "~1.2.0",
"apiaxle-base": "1.12.27",
"apiaxle-base": "1.12.28",
"libxmljs": "~0.7.1",
"moment": "~2.0.0",
"scarf": "0.0.10",
Expand Down
2 changes: 1 addition & 1 deletion base/package.json
Expand Up @@ -10,7 +10,7 @@
],
"description": "Shared core functionality for apiaxle.",
"bugs": "https://github.com/apiaxle/apiaxle/issues",
"version": "1.12.27",
"version": "1.12.28",
"main": "index",
"scripts": {
"test": "make test"
Expand Down
4 changes: 2 additions & 2 deletions proxy/package.json
Expand Up @@ -10,13 +10,13 @@
],
"description": "The actual proxy part of ApiAxle.",
"bugs": "https://github.com/apiaxle/apiaxle/issues",
"version": "1.12.27",
"version": "1.12.28",
"bin": {
"apiaxle-proxy": "./apiaxle-proxy.js",
"apiaxle-proxy-event-subscriber": "./apiaxle-proxy-event-subscriber.js"
},
"dependencies": {
"apiaxle-base": "1.12.27",
"apiaxle-base": "1.12.28",
"libxmljs": "0.7.1",
"lodash": "~2.2.1",
"sinon": "~1.6.0",
Expand Down
6 changes: 3 additions & 3 deletions repl/package.json
Expand Up @@ -12,7 +12,7 @@
],
"description": "ApiAxle's commandline interface.",
"bugs": "https://github.com/apiaxle/apiaxle/issues",
"version": "1.12.27",
"version": "1.12.28",
"scripts": {
"test": "cake test"
},
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"lodash": "~1.2.0",
"tokenizer": "~0.1.2",
"apiaxle-base": "1.12.27",
"apiaxle-base": "1.12.28",
"libxmljs": "~0.7.1",
"apiaxle-api": "1.12.27",
"apiaxle-api": "1.12.28",
"sinon": "~1.6.0",
"twerp": "~1.0.7",
"stdin": "0.0.1",
Expand Down

0 comments on commit aeeeb22

Please sign in to comment.