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 8491cf9292
4 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -3553,7 +3553,7 @@ dependencies = [
[[package]] [[package]]
name = "tglock" name = "tglock"
version = "2.0.0-beta.5" version = "2.0.0-beta.6"
dependencies = [ dependencies = [
"aes", "aes",
"cipher", "cipher",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tglock" name = "tglock"
version = "2.0.0-beta.5" version = "2.0.0-beta.6"
edition = "2021" edition = "2021"
rust-version = "1.88" rust-version = "1.88"
description = "Telegram unblock via local WebSocket tunnel" description = "Telegram unblock via local WebSocket tunnel"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "tglock-ui", "name": "tglock-ui",
"private": true, "private": true,
"version": "2.0.0-beta.5", "version": "2.0.0-beta.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --port 1420", "dev": "vite --port 1420",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "TGLock", "productName": "TGLock",
"version": "2.0.0-beta.5", "version": "2.0.0-beta.6",
"identifier": "com.bysonic.tglock", "identifier": "com.bysonic.tglock",
"mainBinaryName": "tglock", "mainBinaryName": "tglock",
"build": { "build": {