Skip to content

Commit

Permalink
Bump versions to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Kuhn committed Jun 14, 2016
1 parent d8896f2 commit d1509b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizon",
"version": "1.1.2",
"version": "1.1.3",
"description": "An open-source developer platform for building realtime, scalable web apps.",
"main": "src/main.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/rethinkdb/horizon#readme",
"dependencies": {
"@horizon/server": "1.1.2",
"@horizon/server": "1.1.3",
"argparse": "^1.0.3",
"chalk": "^1.1.3",
"hasbin": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@horizon/client",
"version": "1.1.2",
"version": "1.1.3",
"description": "RethinkDB Horizon is an open-source developer platform for building realtime, scalable web apps.",
"scripts": {
"coverage": "istanbul cover _mocha test/test.js",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@horizon/server",
"version": "1.1.2",
"version": "1.1.3",
"description": "Server for RethinkDB Horizon, an open-source developer platform for building realtime, scalable web apps.",
"main": "src/horizon.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"node": ">=4.0.0"
},
"dependencies": {
"@horizon/client": "1.1.2",
"@horizon/client": "1.1.3",
"bluebird": "^3.4.0",
"cookie": "^0.2.3",
"engine.io": "^1.6.9",
Expand Down

0 comments on commit d1509b8

Please sign in to comment.