chore(release): bump version to 1.6.2

This commit is contained in:
小鱼开发
2026-05-26 10:25:17 +08:00
parent e35b0f0bbb
commit 993d6e0c78
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
1.6.1
1.6.2
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "tauri-app",
"private": true,
"version": "1.6.1",
"version": "1.6.2",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-app"
version = "1.6.1"
version = "1.6.2"
description = "美家卡智影 - AI 视频创作桌面应用"
authors = ["美家卡科技"]
edition = "2021"
+1 -1
View File
@@ -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",