From 73d321bb1bffa64d7fd115bb54475a03dcfbfd9a Mon Sep 17 00:00:00 2001 From: SeydX Date: Mon, 10 Jan 2022 22:26:14 +0100 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 2 +- README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45711a28..b52959f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog All notable changes to this project will be documented in this file. -## [1.0.0] - 2022-01-?? +## [1.0.0] - 2022-01-10 - Initial relase \ No newline at end of file diff --git a/README.md b/README.md index 0878567a..47fdb2d0 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ and much mure... ## Installation -camera.ui is still in the beta phase. The beta version can be installed as follows: +camera.ui can be installed as follows: ``` -sudo npm install -g camera.ui@beta +sudo npm install -g camera.ui@latest ``` ## Documentation @@ -183,7 +183,7 @@ If you have used camera.ui before WITHOUT Homebridge and then use it with Homebr Homebridge-config-ui-x offers some more config parameter to eg. enable HSV, motion sensors, motion switches and more. Please take a look at the `example-config.json` -*Note:* homebridge-camera-ui >= v5.0.0 is compatible with camera.ui. Version 5 is still in beta phase and will be released very soon. [v5.0.0](https://github.com/seydx/homebridge-camera-ui/pull/255) +*Note:* homebridge-camera-ui >= v5.0.0 is compatible with camera.ui. ## Motion detection diff --git a/package-lock.json b/package-lock.json index e5cb4942..3ceab8e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "camera.ui", - "version": "1.0.0-beta.64", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "camera.ui", - "version": "1.0.0-beta.64", + "version": "1.0.0", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index e5822d56..aa0965ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camera.ui", - "version": "1.0.0-beta.64", + "version": "1.0.0", "description": "User Interface for RTSP capable cameras.", "author": "SeydX (https://github.com/SeydX/camera.ui)", "scripts": {