Skip to content

Commit c83af9f

Browse files
authored
Bump (#4)
1 parent e5f22c5 commit c83af9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ services:
1111
ports:
1212
- 3000:3000/tcp
1313
volumes:
14+
- ./provisioning:/etc/grafana/provisioning
1415
- ./plugins:/var/lib/grafana/plugins
1516
- ./dist:/var/lib/grafana/plugins/grafanaplugin-map-panel

src/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"links": [],
1919
"screenshots": [],
20-
"version": "1.0.4",
20+
"version": "1.1.0",
2121
"updated": "2023-07-25"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)