From 0fa267e21a9a4ec1345d43c5335c8866cee7a923 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Tue, 22 Oct 2024 21:04:25 +0200 Subject: [PATCH] bump ui version --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index dcab485..b5925da 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "tedge-container-plugin-ui", - "version": "1.0.2", + "version": "1.0.3", "description": "UI for the tedge-container-plugin to monitor installed containers and container groups.", "scripts": { "start": "c8ycli server -u $C8Y_URL --shell devicemanagement",