Skip to content

Commit

Permalink
chore(release): v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Aug 1, 2024
1 parent 5dc99d0 commit 977b501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ jobs:
prerelease: ${{ ( ! startsWith(github.ref, 'refs/tags/v') ) }}
includeDebug: ${{ ( ! startsWith(github.ref, 'refs/tags/v') ) }}
includeRelease: ${{ ( startsWith(github.ref, 'refs/tags/v') ) }}
updaterJsonKeepUniversal: true
args: ${{ matrix.args }}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "tari-universe",
"version": "0.1.10"
"version": "0.1.11"
},
"tauri": {
"updater": {
Expand Down

0 comments on commit 977b501

Please sign in to comment.