Skip to content

Commit

Permalink
Merge pull request #13 from grantshandy/main
Browse files Browse the repository at this point in the history
remove windows from CI and update version number
  • Loading branch information
grantshandy authored May 17, 2024
2 parents 2a168f8 + aacb22c commit 35e4401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
- platform: 'windows-latest'
args: ''

runs-on: ${{ matrix.settings.platform }}
steps:
Expand Down Expand Up @@ -65,4 +63,4 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
args: ${{ matrix.settings.args }}
args: ${{ matrix.settings.args }}
2 changes: 1 addition & 1 deletion backend/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"package": {
"productName": "ipmap",
"version": "0.1.0"
"version": "3.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 35e4401

Please sign in to comment.