Skip to content

Commit a962734

Browse files
committed
bump version
1 parent d63173f commit a962734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
40-
tag_name: v${{ steps.get_version.outputs.version }}
41-
release_name: Release v${{ steps.get_version.outputs.version }}
40+
tag_name: ${{ steps.get_version.outputs.version }}
41+
release_name: Release ${{ steps.get_version.outputs.version }}
4242
draft: false
4343
prerelease: false
4444

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "share-note-img-with-gist",
33
"name": "Quick Share Note to Gist",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"minAppVersion": "0.15.0",
66
"description": "Quick publish and share Obsidian notes to GitHub Gist and its image by upload images to Imgur.",
77
"author": "Por Chainarong Tangsurakit",

0 commit comments

Comments
 (0)