From 2b3f5cde7390f7094e10d13f4fe657fc65eefe2a Mon Sep 17 00:00:00 2001 From: sandhya Date: Thu, 31 Aug 2023 11:23:42 +0530 Subject: [PATCH] updated readme --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bdb813..d28ae63 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Bar Chart widget is the Cumulocity module federation plugin created using c8 ### Please choose Bar Chart release based on Cumulocity/Application builder version: -|APPLICATION BUILDER | CUMULOCITY | BAR CHART WIDGET | +|APPLICATION BUILDER  |   CUMULOCITY  |  BAR CHART WIDGET  | |--------------------|------------|------------------| | 2.0.x | >= 1016.x.x| 1.x.x | @@ -18,7 +18,7 @@ The Bar Chart widget is the Cumulocity module federation plugin created using c8 ### Runtime Widget Deployment? -* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-barchart-widget-plugin/releases/download/1.0.0/sag-ps-pkg-barchart-widget-1.0.0.zip) and install via Administrations --> Ecosystems --> Applications --> Packages. +* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-barchart-widget-plugin/releases/download/1.0.1/sag-ps-pkg-barchart-widget-1.0.1.zip) and install via Administrations --> Ecosystems --> Applications --> Packages. ## QuickStart diff --git a/package.json b/package.json index 28cd7b7..14c991e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-barchart-widget-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "The Bar Chart Widget allows you to define multiple datapoints as constant values or realtime measurements from a device or device group.", "scripts": { "start": "c8ycli server",