Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jul 27, 2022
1 parent f5f1fe2 commit e5ceb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: v__VERSION__ # tauri-action replaces \_\_VERSION\_\_ with the app version
releaseName: "v__VERSION__"
releaseBody: "See the assets to download this version and install."
tagName: "@gun-vue/app@__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version
releaseName: "@gun-vue/app v.__VERSION__"
releaseBody: "See the assets to download this version and install on your desktop platform."
releaseDraft: true
prerelease: false
projectPath: ./app
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Gun-Vue",
"version": "0.1.0"
"version": "0.11.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit e5ceb89

Please sign in to comment.