diff --git a/README.md b/README.md index 13de74c..97e89fe 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,7 @@ If you find errors in the definitions, e.g. function calls that should be allowe Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 3.0.1 (2023-07-29) - (foxriver76) remove non-existing webserver from tools ### 3.0.0 (2023-07-28) diff --git a/package-lock.json b/package-lock.json index 3f65c12..c3f2444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/adapter-core", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/adapter-core", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "~3.5.9", diff --git a/package.json b/package.json index aa7adc4..228f800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-core", - "version": "3.0.0", + "version": "3.0.1", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "author": { "name": "AlCalzone",