chore: 更新版本号至 1.5.19

This commit is contained in:
小鱼开发
2026-05-21 14:26:04 +08:00
parent 2720dacc1d
commit a913c6e3da
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "tauri-app",
"private": true,
"version": "1.5.18",
"version": "1.5.19",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-app"
version = "1.5.18"
version = "1.5.19"
description = "美家卡智影 - AI 视频创作桌面应用"
authors = ["美家卡科技"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "美家卡智影",
"version": "1.5.18",
"version": "1.5.19",
"identifier": "cn.meijiaka.ai-zy",
"build": {
"beforeDevCommand": "npm run dev",