Skip to content

Commit

Permalink
updated package version for PointingServer
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Feb 6, 2019
1 parent 7ff066c commit b8d642f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/Node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-bindings",
"version": "1.0.0",
"version": "1.0.1",
"description": "This folder is dedicated for libpointing Node.js bindings",
"main": "builder.js",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions bindings/Node/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "pointingserver",
"description": "Pointing Server",
"homepage": "http://libpointing.org",
"version": "0.2.8",
"version": "0.2.9",
"keywords": [
"libpointing",
"HID",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"express": "^4.13.3",
"libpointing": "~1.0.3",
"socket.io": "^2.1.1"
"socket.io": "^2.2.0"
},
"bin": {
"pointingserver": "./main.js"
Expand Down

0 comments on commit b8d642f

Please sign in to comment.