Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanscalyr committed Dec 22, 2020
1 parent 1fbe817 commit 31da5c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ can find documentation on API Keys [here](https://www.scalyr.com/help/api#scalyr

```bash
grafana-cli --pluginUrl \
https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.0/scalyr_grafana_plugin_86aaa50.zip \
https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.1/scalyr_grafana_plugin_d8e1e08.zip \
plugins install scalyr-datasource
```

Expand Down Expand Up @@ -78,7 +78,7 @@ from GitHub.
Stable version:

```bash
tar -xvf scalyr_grafana_plugin_86aaa50.tar.gz
tar -xvf scalyr_grafana_plugin_d8e1e08.tar.gz
cp -rf dist/ /var/lib/grafana/plugins/scalyr/
```

Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Scalyr",
"id": "scalyr-datasource",
"info": {
"version": "2.3.0",
"version": "2.3.1",
"description": "Scalyr Observability Platform",
"author": {
"name": "Scalyr",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Scalyr",
"id": "scalyr-datasource",
"info": {
"version": "2.3.0",
"version": "2.3.1",
"description": "Scalyr Observability Platform",
"author": {
"name": "Scalyr",
Expand Down

0 comments on commit 31da5c7

Please sign in to comment.