Skip to content

Commit

Permalink
update gui version
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Nov 28, 2024
1 parent 6ed2546 commit 87a942b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "1.0.0-rc.1",
"version": "1.0.0",
"type": "module",
"private": true,
"license": "MIT",
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 = "1.0.0-rc.1"
version = "1.0.0"
description = "ZTM"
authors = ["flomesh"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "ztm",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"identifier": "com.flomesh.ztm",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 87a942b

Please sign in to comment.