Skip to content

Commit

Permalink
upgrade gui version
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Nov 15, 2024
1 parent 595fa7c commit d393c76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ztm",
"version": "0.3.2",
"version": "0.9.0",
"type": "module",
"private": true,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions gui/src-ios/apple/ztm_iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
</dict>
</array>
<key>CFBundleShortVersionString</key>
<string>0.3.2</string>
<string>0.9.0</string>
<key>CFBundleVersion</key>
<string>0.3.2</string>
<string>0.9.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ztm"
version = "0.3.2"
version = "0.9.0"
description = "ZTM"
authors = ["lindc"]
edition = "2021"
Expand Down

0 comments on commit d393c76

Please sign in to comment.