Skip to content

Commit

Permalink
Scrcpy Mask v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiChase committed May 20, 2024
1 parent 20152bf commit a0d5cc9
Show file tree
Hide file tree
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",
Expand Down
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"
Expand Down
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",
Expand Down

0 comments on commit a0d5cc9

Please sign in to comment.