diff --git a/.github/workflows/publish_arm.yml b/.github/workflows/publish_arm.yml index 142c350..772b449 100644 --- a/.github/workflows/publish_arm.yml +++ b/.github/workflows/publish_arm.yml @@ -29,7 +29,7 @@ jobs: apt-get install curl # Install node curl -fsSL https://fnm.vercel.app/install | bash - # download and install Node.js + source /root/.bashrc fnm use --install-if-missing 22 # Install pnpm npm install -g pnpm diff --git a/package.json b/package.json index ac75f52..5834b4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scrcpy-mask", "private": true, - "version": "0.4.0-rc4", + "version": "0.4.0-rc5", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6d46a2f..e074988 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrcpy-mask" -version = "0.4.0-rc4" +version = "0.4.0-rc5" description = "A Tauri App" authors = ["AkiChase"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2c0006c..b38b1e5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "scrcpy-mask", - "version": "0.4.0-rc4", + "version": "0.4.0-rc5", "identifier": "com.akichase.mask", "build": { "beforeDevCommand": "pnpm dev",