diff --git a/README.md b/README.md index f7de237..0e3ae97 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.14-alpha.0 (2023-10-06) +### 0.1.14 (2023-10-08) * (HGlab01) add versionInfo * (HGlab01) add modify-methods 'toFloat' and 'toInteger' * (DutchmanNL) couple of code improvements diff --git a/package-lock.json b/package-lock.json index 5f6df0d..ebc161c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.14-alpha.0", + "version": "0.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker-jsonexplorer", - "version": "0.1.14-alpha.0", + "version": "0.1.14", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "^3.6.0", diff --git a/package.json b/package.json index ca0197e..0aa4d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.14-alpha.0", + "version": "0.1.14", "description": "Creates ioBroker states based on a json-object", "main": "jsonExplorer.js", "scripts": {