diff --git a/Cargo.lock b/Cargo.lock index 96f7a61..9ae7f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "tglock" -version = "2.0.0-beta.7" +version = "2.0.0-beta.8" dependencies = [ "aes", "cipher", diff --git a/Cargo.toml b/Cargo.toml index 9da2840..2111ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tglock" -version = "2.0.0-beta.7" +version = "2.0.0-beta.8" edition = "2021" rust-version = "1.88" description = "Telegram unblock via local WebSocket tunnel" diff --git a/package.json b/package.json index 7dc7c42..d015aa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tglock-ui", "private": true, - "version": "2.0.0-beta.7", + "version": "2.0.0-beta.8", "type": "module", "scripts": { "dev": "vite --port 1420", diff --git a/tauri.conf.json b/tauri.conf.json index 7598f66..48b8202 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "TGLock", - "version": "2.0.0-beta.7", + "version": "2.0.0-beta.8", "identifier": "com.bysonic.tglock", "mainBinaryName": "tglock", "build": {