Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 61fcaab

Browse files
committed
v0.3.0 release preparation
1 parent 45ec6c3 commit 61fcaab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worldmap-panel",
3-
"version": "1.0.1",
3+
"version": "0.3.0",
44
"description": "Worldmap Panel Plugin for Grafana",
55
"main": "src/module.js",
66
"scripts": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "1.0.1",
27-
"updated": "Fri May 15 14:40:24 MDT 2020"
26+
"version": "0.3.0",
27+
"updated": "Fri May 15 15:12:24 MDT 2020"
2828
},
2929

3030
"dependencies": {

0 commit comments

Comments
 (0)