diff --git a/README.md b/README.md index a2f2ce1..7ee655f 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ The values of the state provide multiple manipulation modes: ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 1.1.0 (2023-10-18) - (Michael Schroeder) Upgrade dependencies, switch to Typescript 4.6, compatibility check with js-controller 4.x - (Michael Schroeder) [#12](https://github.com/MiSchroe/ioBroker.klf200/issues/12) Support silent mode in scenes diff --git a/package-lock.json b/package-lock.json index a1fb4cf..0b37f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.klf200", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.klf200", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 6dfaa73..9044adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.klf200", - "version": "1.0.1", + "version": "1.1.0", "description": "Controls products and scenes connected to a KLF-200 interface", "author": { "name": "Michael Schroeder",