Merge pull request #30 from AkiChase/dev

Scrcpy Mask v0.3.1
This commit is contained in:
如初 2024-05-20 08:16:54 +08:00 committed by GitHub
commit ca01405881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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