From cfbd32fc4a17ccc794766a6e9d709625aa533fc4 Mon Sep 17 00:00:00 2001 From: Stuart Caunt Date: Thu, 20 Feb 2025 16:48:49 +0100 Subject: [PATCH] update history and version --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index fad702e..6bf1022 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +1.1.0 20/02/2025 +================ +* Update webx-client library + 1.0.0 07/01/2025 ================ * Initial release diff --git a/package.json b/package.json index 7e659fe..2d335c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webx-demo-client", "description": "Client WebX remote desktop demo application", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix",