Skip to content

Commit e1616ec

Browse files
committed
bumb ver
1 parent 40eb3b2 commit e1616ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Grafana data source plugin for Rightech IoT platform
1818

1919
```sh
2020
# download latest release
21-
> wget https://github.com/Rightech/ric-datasource/releases/download/v3.1.30/rightech-ric-datasource-3.1.30.zip
21+
> wget https://github.com/Rightech/ric-datasource/releases/download/v3.1.31/rightech-ric-datasource-3.1.31.zip
2222

2323
# system installation
24-
> unzip rightech-ric-datasource-3.1.30.zip -d /var/lib/grafana/plugins
24+
> unzip rightech-ric-datasource-3.1.31.zip -d /var/lib/grafana/plugins
2525

2626
# binary installation
27-
> unzip rightech-ric-datasource-3.1.30.zip -d ./data/plugins
27+
> unzip rightech-ric-datasource-3.1.31.zip -d ./data/plugins
2828
```
2929

3030
Or docker installation:
3131
```sh
32-
> unzip rightech-ric-datasource-3.1.30.zip -d ./plugins
32+
> unzip rightech-ric-datasource-3.1.31.zip -d ./plugins
3333
> docker run -it -p 3000:3000 \
3434
-v "$(pwd)"/plugins:/var/lib/grafana/plugins \
3535
grafana/grafana:8.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rightech-ric-datasource",
3-
"version": "3.1.30",
3+
"version": "3.1.31",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)