diff --git a/README.md b/README.md index 390b07b..83b6762 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ const collections = await certManager.getAllCollections(); Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.3 (2023-10-16) * (bluefox) Extend the security checker with the pattern detection and custom URL ### 1.0.1 (2023-10-11) diff --git a/package.json b/package.json index a24ce1f..d31ff90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/webserver", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "engines": { "node": ">=14.18.0 < 15 || >= 16.0.0"