From 41e8040e59142d686076baad07ac95397694ac46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20Sonic?= Date: Wed, 19 Aug 2026 09:12:23 +0300 Subject: [PATCH] chore(release): 2.0.0-beta.9 (#44) Co-authored-by: by-sonic <171230345+by-sonic@users.noreply.github.com> --- 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 9ae7f6f..1dd0972 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "tglock" -version = "2.0.0-beta.8" +version = "2.0.0-beta.9" dependencies = [ "aes", "cipher", diff --git a/Cargo.toml b/Cargo.toml index 2111ec7..413a4c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tglock" -version = "2.0.0-beta.8" +version = "2.0.0-beta.9" edition = "2021" rust-version = "1.88" description = "Telegram unblock via local WebSocket tunnel" diff --git a/package.json b/package.json index d015aa5..4a000b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tglock-ui", "private": true, - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "type": "module", "scripts": { "dev": "vite --port 1420", diff --git a/tauri.conf.json b/tauri.conf.json index 48b8202..22d97ef 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.8", + "version": "2.0.0-beta.9", "identifier": "com.bysonic.tglock", "mainBinaryName": "tglock", "build": {