Skip to content

Commit a56e3a8

Browse files
committed
bring back correct version
1 parent 0c581cd commit a56e3a8

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ push = false
2929
"src-tauri/Cargo.toml" = [
3030
'version = "{version}" # bumpver:version',
3131
]
32-
"src-tauri/Cargo.lock" = [
33-
'version = "{version}" # bumpver:version',
34-
]
3532
"src-tauri/tauri.conf.json" = [
3633
'"version": "{version}"',
3734
]

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etvr-firmware-flasher-tool"
3-
version = "0.1.0"
3+
version = "1.7.1" # bumpver:version
44
description = "A Tauri App"
55
authors = [
66
"DaOfficialWizard",

0 commit comments

Comments
 (0)