Skip to content

Commit

Permalink
Scrcpy Mask v0.3.1
Browse files Browse the repository at this point in the history
AkiChase committed May 20, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 20152bf commit a0d5cc9
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scrcpy-mask",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"scripts": {
"dev": "vite",
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scrcpy-mask"
version = "0.3.0"
version = "0.3.1"
description = "A Tauri App"
authors = ["AkiChase"]
edition = "2021"
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "scrcpy-mask",
"version": "0.3.0",
"version": "0.3.1",
"identifier": "com.akichase.mask",
"build": {
"beforeDevCommand": "pnpm dev",

0 comments on commit a0d5cc9

Please sign in to comment.