chore(release): 2.0.0-beta.6

Файл настроек для headless-версии (#32, #35) и исправление падения демона при
закрытом stdout.
This commit is contained in:
by-sonic
2026-07-30 20:19:47 +03:00
parent ba8dffa074
commit cfda396a29
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.5"
version = "2.0.0-beta.6"
dependencies = [
"aes",
"cipher",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tglock"
version = "2.0.0-beta.5"
version = "2.0.0-beta.6"
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.5",
"version": "2.0.0-beta.6",
"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.5",
"version": "2.0.0-beta.6",
"identifier": "com.bysonic.tglock",
"mainBinaryName": "tglock",
"build": {