Skip to content

Commit

Permalink
Incremented version number for npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ambelovsky committed Jun 15, 2017
1 parent 2296768 commit f5cc225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-socket-2",
"version": "1.0.11",
"version": "1.0.12",
"description": "Koa meets socket.io connected socket",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"koa-compose": "^4.0.0",
"socket.io": "^2.0.2"
"socket.io": "^2.0.3"
},
"devDependencies": {
"coveralls": "^2.13.1",
Expand Down

0 comments on commit f5cc225

Please sign in to comment.