Skip to content

Commit

Permalink
Merge branch 'release' into desktop-app
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-menjivar committed Dec 20, 2023
2 parents ced314c + e983fe4 commit 1f9fc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-lastest, fedora, windows-latest]
platform: [macos-latest, fedora, windows-latest]
version: [18]
pnpm: [latest]
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "unsaged",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1f9fc00

Please sign in to comment.