diff --git a/VERSION b/VERSION index 2eda823..fdd3be6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.1 \ No newline at end of file +1.6.2 diff --git a/tauri-app/package.json b/tauri-app/package.json index 5c5ede4..6b747db 100644 --- a/tauri-app/package.json +++ b/tauri-app/package.json @@ -1,7 +1,7 @@ { "name": "tauri-app", "private": true, - "version": "1.6.1", + "version": "1.6.2", "type": "module", "scripts": { "dev": "vite", diff --git a/tauri-app/src-tauri/Cargo.toml b/tauri-app/src-tauri/Cargo.toml index 4ffb020..6f0d804 100644 --- a/tauri-app/src-tauri/Cargo.toml +++ b/tauri-app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-app" -version = "1.6.1" +version = "1.6.2" description = "美家卡智影 - AI 视频创作桌面应用" authors = ["美家卡科技"] edition = "2021" diff --git a/tauri-app/src-tauri/tauri.conf.json b/tauri-app/src-tauri/tauri.conf.json index 9dd66f5..9f7b650 100644 --- a/tauri-app/src-tauri/tauri.conf.json +++ b/tauri-app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "美家卡智影", - "version": "1.6.1", + "version": "1.6.2", "identifier": "cn.meijiaka.ai-zy", "build": { "beforeDevCommand": "npm run dev",