chore(release): 2.0.0-beta.8

This commit is contained in:
by-sonic
2026-08-09 18:52:20 +03:00
parent 1a56e1c96e
commit 60ae065938
4 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -3553,7 +3553,7 @@ dependencies = [
[[package]]
name = "tglock"
version = "2.0.0-beta.7"
version = "2.0.0-beta.8"
dependencies = [
"aes",
"cipher",
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": {