diff --git a/README.md b/README.md index 31a273f..e23f08c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### 0.1.13-alpha.0 (2023-10-03) +### 0.1.13 (2023-10-03) * (HGlab01) fix #113 "Cannot read properties of undefined (reading 'Warning')" ### 0.1.12 (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 473169e..6555f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.13-alpha.0", + "version": "0.1.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker-jsonexplorer", - "version": "0.1.13-alpha.0", + "version": "0.1.13", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "^3.6.0", diff --git a/package.json b/package.json index b47010a..9953543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.13-alpha.0", + "version": "0.1.13", "description": "Creates ioBroker states based on a json-object", "main": "jsonExplorer.js", "scripts": {