Skip to content

Commit

Permalink
bump version tauri config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 28, 2024
1 parent c49013d commit 19c98bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
- build
if: success()
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pulp",
"version": "1.3.2"
"version": "1.3.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 19c98bc

Please sign in to comment.