chore: 发布版本 0.1.9
- 完成项目一键AI分类功能开发 - 更新版本号到 0.1.9 - 更新 TODO.md 标记任务完成状态
This commit is contained in:
parent
a3a75973aa
commit
3786c4f54f
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@mixvideo/desktop",
|
||||
"private": true,
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.9",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tauri dev",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mixvideo-desktop"
|
||||
version = "0.1.6"
|
||||
version = "0.1.9"
|
||||
description = "MixVideo Desktop Application"
|
||||
authors = ["imeepos <imeepos@outlook.com>"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "MixVideo Desktop",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.9",
|
||||
"identifier": "com.mixvideo.desktop",
|
||||
"build": {
|
||||
"beforeDevCommand": "vite",
|
||||
|
|
|
|||
Loading…
Reference in New Issue