We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b69db commit e5a2f01Copy full SHA for e5a2f01
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prometheus-amazon",
3
- "version": "1.0.0",
+ "version": "0.1.0",
4
"description": "A prometheus plugin for Amazon",
5
"scripts": {
6
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
src/plugin.json
@@ -82,7 +82,7 @@
82
"minInterval": true
83
},
84
"info": {
85
- "version": "0.0.0",
+ "version": "%VERSION%",
86
"updated": "%TODAY%",
87
"keywords": [
88
"datasource"
0 commit comments