mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-12 20:11:21 +08:00
Scrcpy Mask v0.0.8
This commit is contained in:
parent
476684f626
commit
ed5f4924b4
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "scrcpy-mask",
|
||||
"private": true,
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -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");
|
||||
});
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "scrcpy-mask"
|
||||
version = "0.0.7"
|
||||
version = "0.0.8"
|
||||
description = "A Tauri App"
|
||||
authors = ["AkiChase"]
|
||||
edition = "2021"
|
||||
|
Loading…
Reference in New Issue
Block a user