Skip to content

Commit

Permalink
chore: fix app version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbry committed Mar 20, 2024
1 parent 4e28acb commit 6c4cb3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"Cargo.lock",
"crates/**/Cargo.toml",
"crates/**/Cargo.lock",
"webapp/native/Cargo.toml",
"webapp/native/Cargo.lock",
"CHANGELOG.md"
],
"message": "chore(release): create v${nextRelease.version}"
Expand Down
2 changes: 1 addition & 1 deletion webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.0.1"
version = "1.0.0-alpha.4"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion webapp/native/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Opla",
"version": null
"version": "../../package.json"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6c4cb3c

Please sign in to comment.