Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 7, 2019
1 parent b06d20e commit fbd1258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
files = package.json src/plugin.json
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-worldmap-panel-ng",
"version": "0.3.0",
"version": "0.4.0",
"description": "Worldmap Panel Plugin for Grafana",
"main": "src/module.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"file-loader": "^3.0.1",
"jest": "^23.6.0",
"jquery": "^3.3.1",
"ng-annotate-webpack-plugin": "^0.3.0",
"ng-annotate-webpack-plugin": "^0.4.0",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{"name": "USA", "path": "images/worldmap-usa.png"},
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
],
"version": "0.3.0",
"version": "0.4.0",
"updated": "2019-07-07"
},

Expand Down

0 comments on commit fbd1258

Please sign in to comment.