diff --git a/CHANGELOG.md b/CHANGELOG.md index b52959f9..e7eb22d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. -## [1.0.0] - 2022-01-10 +# [1.0.1] - 2022-01-10 + +## Bugfixes +- Fixed an issue where the status widget and the system page could not be displayed due to incorrect version checking + +# [1.0.0] - 2022-01-10 - Initial relase \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3ceab8e8..d8ed8eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "camera.ui", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "camera.ui", - "version": "1.0.0", + "version": "1.0.1", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index aa0965ac..da4d1ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camera.ui", - "version": "1.0.0", + "version": "1.0.1", "description": "User Interface for RTSP capable cameras.", "author": "SeydX (https://github.com/SeydX/camera.ui)", "scripts": {