diff --git a/package-lock.json b/package-lock.json index ea87b017..1cf6c0fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ws-scrcpy", - "version": "0.7.0-beta3", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4691310..eb45f361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ws-scrcpy", - "version": "0.7.0-beta3", + "version": "0.7.0", "description": "Web client for scrcpy and more", "scripts": { "clean": "npx rimraf dist",