We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 986234a + 18b320e commit 508b9e0Copy full SHA for 508b9e0
app/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "app"
3
-version = "2.2.0"
+version = "2.2.1"
4
description = "app"
5
authors = ["未完成成果物研究所"]
6
edition = "2021"
app/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "vmix-utility",
- "version": "2.2.0",
+ "version": "2.2.1",
"identifier": "com.flowingspdg.vmix-utility",
"build": {
7
"beforeDevCommand": "bun run dev",
0 commit comments