From 4852aa2a658cd0be2b010906167051294c219a03 Mon Sep 17 00:00:00 2001 From: YashPShah-swag Date: Mon, 10 Jun 2024 10:44:20 +0530 Subject: [PATCH] requiredVersion Patch fix --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69d7955..ffd4623 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cumulocity Datapoint Charting Plugin [](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.0/sag-ps-pkg-datapoints-charting-1.2.0.zip) +# Cumulocity Datapoint Charting Plugin [](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.1/sag-ps-pkg-datapoints-charting-1.2.1.zip) This Cumulocity Datapoint Charting Widget Plugin is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit. This plugin is to create charts showing data from one or more devices. You can create many chart types including line, spline, bar, radar, scatter and bubble. @@ -50,7 +50,7 @@ The Datapoint Charting Widget Plugin currently supports the following chart type ### Runtime Widget Deployment? -This Cumulocity Datapoint Charting Widget Plugin supports runtime deployment. Download the [Runtime Binary](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.0/sag-ps-pkg-datapoints-charting-1.2.0.zip) and install via Administrations --> Ecosystems --> Applications --> Packages . +This Cumulocity Datapoint Charting Widget Plugin supports runtime deployment. Download the [Runtime Binary](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.1/sag-ps-pkg-datapoints-charting-1.2.1.zip) and install via Administrations --> Ecosystems --> Applications --> Packages . ## QuickStart diff --git a/package.json b/package.json index 41d211a..3808270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-datapoints-charting-widget-plugin", - "version": "1.2.0", + "version": "1.2.1", "description": "The Cumulocity Datapoints Charting Widget allows you to create charts showing data from one or more devices. You can create many chart types including line, spline, bar, radar, scatter and bubble.", "scripts": { "start": "c8ycli server", @@ -76,7 +76,7 @@ "isPackage": true, "noAppSwitcher": true, "package": "plugin", - "requiredPlatformVersion": ">=1016.0.0", + "requiredPlatformVersion": ">=1018.0.0", "exports": [ { "name": "Datapoints Charting Widget Plugin",