2 parents 7c44191 + db10f62 commit 0525bf9Copy full SHA for 0525bf9
2 files changed
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "Lazyeat"
3
-version = "0.3.13"
+version = "1.0.0"
4
description = "Lazyeat 手势识别"
5
authors = ["https://github.com/maplelost"]
6
edition = "2021"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lazyeat",
- "version": "0.3.13",
+ "version": "1.0.0",
"identifier": "com.Lazyeat.maplelost",
"build": {
7
"beforeDevCommand": "npm run dev",
0 commit comments