From 60ae065938703726e9b0ecd33a400f0a69605f78 Mon Sep 17 00:00:00 2001 From: by-sonic <171230345+by-sonic@users.noreply.github.com> Date: Sun, 9 Aug 2026 18:52:20 +0300 Subject: [PATCH] chore(release): 2.0.0-beta.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {