File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3 .0
2
+ current_version = 0.4 .0
3
3
files = package.json src/plugin.json
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grafana-worldmap-panel-ng" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " Worldmap Panel Plugin for Grafana" ,
5
5
"main" : " src/module.js" ,
6
6
"scripts" : {
35
35
"file-loader" : " ^3.0.1" ,
36
36
"jest" : " ^23.6.0" ,
37
37
"jquery" : " ^3.3.1" ,
38
- "ng-annotate-webpack-plugin" : " ^0.3 .0" ,
38
+ "ng-annotate-webpack-plugin" : " ^0.4 .0" ,
39
39
"style-loader" : " ^0.23.1" ,
40
40
"ts-jest" : " ^23.10.5" ,
41
41
"ts-loader" : " ^5.3.0" ,
Original file line number Diff line number Diff line change 23
23
{"name" : " USA" , "path" : " images/worldmap-usa.png" },
24
24
{"name" : " Light Theme" , "path" : " images/worldmap-light-theme.png" }
25
25
],
26
- "version" : " 0.3 .0" ,
26
+ "version" : " 0.4 .0" ,
27
27
"updated" : " 2019-07-07"
28
28
},
29
29
You can’t perform that action at this time.
0 commit comments