Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CGuether committed Aug 8, 2022
1 parent aa0b987 commit 8fbbfc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Cumulocity Asset Viewer Widget[<img width="35" src="https://user-images.githubusercontent.com/67993842/97668428-f360cc80-1aa7-11eb-8801-da578bda4334.png"/>](https://github.com/SoftwareAG/cumulocity-asset-viewer-widget/releases/download/2.0.1/asset-viewer-runtime-widget-2.0.1.zip)
# Cumulocity Asset Viewer Widget[<img width="35" src="https://user-images.githubusercontent.com/67993842/97668428-f360cc80-1aa7-11eb-8801-da578bda4334.png"/>](https://github.com/SoftwareAG/cumulocity-asset-viewer-widget/releases/download/2.0.2/asset-viewer-runtime-widget-2.0.2.zip)

The Cumulocity Asset Viewer Widget help you to display assets/devices data in Tile/Grid view, along with navigation to template dashboards(App Builder only). This widget also supports various features such as display child devices/assets, configuration of fields/columns, search, display only assets/devices where attentions required, server side pagination, etc.

Expand Down Expand Up @@ -34,7 +34,7 @@ The Cumulocity Asset Viewer Widget help you to display assets/devices data in Ti

### Runtime Widget Deployment?

* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-asset-viewer-widget/releases/download/2.0.1/asset-viewer-runtime-widget-2.0.1.zip) and follow runtime deployment instructions.
* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-asset-viewer-widget/releases/download/2.0.2/asset-viewer-runtime-widget-2.0.2.zip) and follow runtime deployment instructions.


### Installation of widget through App Builder
Expand Down Expand Up @@ -77,7 +77,7 @@ The Cumulocity Asset Viewer Widget help you to display assets/devices data in Ti
npm i @angular/[email protected] @ng-select/[email protected]
```
2. Grab the Asset Viewer widget **[Latest Release Binary](https://github.com/SoftwareAG/cumulocity-asset-viewer-widget/releases/download/2.0.1/gp-asset-viewer-2.0.1.tgz)**.
2. Grab the Asset Viewer widget **[Latest Release Binary](https://github.com/SoftwareAG/cumulocity-asset-viewer-widget/releases/download/2.0.2/gp-asset-viewer-2.0.2.tgz)**.
3. Install the Binary file in app builder.
Expand Down
2 changes: 1 addition & 1 deletion projects/gp-asset-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gp-asset-viewer",
"version": "2.0.1",
"version": "2.0.2",
"description": "The Asset Viewer Widget help you to display asset/device data in Tile/List view, along with navigation to template dashboards(App Builder only).",
"author": "Darpankumar Lalani - Software AG, Global Presales",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion runtime/cumulocity.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"manifest": {
"noAppSwitcher": true,
"requiredPlatformVersion": ">=1011.0.0",
"version": "2.0.1",
"version": "2.0.2",
"license": "Apache 2.0"
}

Expand Down
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dist\\bundle-src\\custom-widget.js": "asset-viewer-runtime-widget-CustomWidget",
"dist/bundle-src/custom-widget.js": "asset-viewer-runtime-widget-CustomWidget"
},
"version": "2.0.1",
"version": "2.0.2",
"description": "Runtime package.json for library widget (written by Software AG Global Presales)",
"author": "Darpankumar Lalani - Software AG, Global Presales",
"license": "Apache 2.0"
Expand Down

0 comments on commit 8fbbfc0

Please sign in to comment.