chore(release): 2.0.0-beta.9 (#44)

Co-authored-by: by-sonic <171230345+by-sonic@users.noreply.github.com>
This commit is contained in:
Никита Sonic
2026-08-19 09:12:23 +03:00
committed by GitHub
parent 945e794eb3
commit 41e8040e59
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.8"
version = "2.0.0-beta.9"
dependencies = [
"aes",
"cipher",
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": {