diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17d223c..8365453 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,8 @@ name: Release +permissions: + contents: write + on: push: tags: diff --git a/package.json b/package.json index 1c65ca2..a927559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tailosinc/grafanaplugin-map-panel", - "version": "1.2.1", + "version": "1.2.2", "description": "Visualize image files for indoor maps.", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/plugin.json b/src/plugin.json index e46e549..7b6b0fe 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -21,7 +21,7 @@ "name": "Indoor Map screenshot", "path": "img/screenshot.png" } ], - "version": "1.2.1", + "version": "1.2.2", "updated": "2023-07-25" }, "dependencies": {