chore: bump version to 0.2.1

This commit is contained in:
imeepos 2025-07-21 23:43:20 +08:00
parent 94e9f74b15
commit 343688af56
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@mixvideo/desktop",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "tauri dev",

View File

@ -1,6 +1,6 @@
[package]
name = "mixvideo-desktop"
version = "0.2.0"
version = "0.2.1"
description = "MixVideo Desktop Application"
authors = ["imeepos <imeepos@outlook.com>"]
edition = "2021"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "MixVideo Desktop",
"version": "0.2.0",
"version": "0.2.1",
"identifier": "com.mixvideo.desktop",
"build": {
"beforeDevCommand": "vite",