Skip to content

Commit

Permalink
Update version number to 0.0.10 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Apr 6, 2023
1 parent 5e6eb0d commit 88723ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: --target universal-apple-darwin
releaseId: ${{ needs.release_please.outputs.release_id }}

create_update_json:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 1.0.0
VERSION ?= 0.0.10

update-version:
sed -i '' -e "s/\"version\": \".*\"/\"version\": \"$(VERSION)\"/" src-tauri/tauri.conf.json
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": "SensiMouse",
"version": "1.0.0"
"version": "0.0.10"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 88723ca

Please sign in to comment.