Skip to content

Commit

Permalink
Bump zwave-js-server to 1.10.7 (#404)
Browse files Browse the repository at this point in the history
* Bump zwave-js-server to 1.10.7

* Bump max schema version
  • Loading branch information
raman325 authored Oct 3, 2021
1 parent 368e71c commit 1de880a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/server",
"version": "1.10.6",
"version": "1.10.7",
"description": "Full access to zwave-js driver through Websockets",
"main": "dist/lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const version = require("../../package.json").version;
export const minSchemaVersion = 0;

// maximal/current schema version the server supports
export const maxSchemaVersion = 9;
export const maxSchemaVersion = 10;

0 comments on commit 1de880a

Please sign in to comment.