Scrcpy Mask v0.0.8

This commit is contained in:
AkiChase 2024-05-01 13:27:55 +08:00
parent 476684f626
commit ed5f4924b4
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -32,5 +32,5 @@ process.stdin.on("data", function (data) {
console.log("git commit and tag");
console.log(execSync(`git add . && git commit -m "Scrcpy Mask v${version}" && git tag v${version}`).toString());
console.log("Pleash push commit and tag to github manually");
console.log("Pleash push commit and tag to github manually:\ngit push && git push --tags");
});

View File

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