Skip to content

Commit fbd1258

Browse files
committed
Bump version: 0.3.0 → 0.4.0
1 parent b06d20e commit fbd1258

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.4.0
33
files = package.json src/plugin.json
44
commit = True
55
tag = True

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-worldmap-panel-ng",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Worldmap Panel Plugin for Grafana",
55
"main": "src/module.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
"file-loader": "^3.0.1",
3636
"jest": "^23.6.0",
3737
"jquery": "^3.3.1",
38-
"ng-annotate-webpack-plugin": "^0.3.0",
38+
"ng-annotate-webpack-plugin": "^0.4.0",
3939
"style-loader": "^0.23.1",
4040
"ts-jest": "^23.10.5",
4141
"ts-loader": "^5.3.0",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "0.3.0",
26+
"version": "0.4.0",
2727
"updated": "2019-07-07"
2828
},
2929

0 commit comments

Comments
 (0)