Scrcpy Mask v0.4.0

This commit is contained in:
AkiChase 2024-05-21 20:56:08 +08:00
parent 3fec7f9aa8
commit 2dba6f5d6c
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "scrcpy-mask",
"private": true,
"version": "0.3.3",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
[package]
name = "scrcpy-mask"
version = "0.3.3"
version = "0.4.0"
description = "A Tauri App"
authors = ["AkiChase"]
edition = "2021"

View File

@ -1,6 +1,6 @@
{
"productName": "scrcpy-mask",
"version": "0.3.3",
"version": "0.4.0",
"identifier": "com.akichase.mask",
"build": {
"beforeDevCommand": "pnpm dev",