Skip to content

Commit

Permalink
fix plugin.json; bumping up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivishnevs committed Mar 12, 2021
1 parent 9cc2d4b commit 7b0858f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 1.0.1
## 1.0.2

Initial release.

- Visualizing data from cdn stats api
- Support for multiple methods of authentications (JWT & permanent tokens)
- Support for groupings and filtering data by resource & clients ids

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcore-cdn-stats",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
4 changes: 1 addition & 3 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"url": "https://github.com/G-Core/cdn-stats-datasource-plugin/blob/master/LICENSE"
}
],
"screenshots": [
"https://github.com/G-Core/cdn-stats-datasource-plugin/blob/master/screenshots/total_bytes_by_resources.png?raw=true"
],
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
},
Expand Down

0 comments on commit 7b0858f

Please sign in to comment.