This commit is contained in:
zubiden 2026-04-14 17:23:42 +02:00 committed by Alexander Zinchuk
parent f2c6e8cdaf
commit ce378d06b8
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telegram-t",
"version": "12.0.23",
"version": "12.0.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "telegram-t",
"version": "12.0.23",
"version": "12.0.24",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "12.0.23",
"version": "12.0.24",
"description": "",
"author": "Alexander Zinchuk (alexander@zinchuk.com)",
"license": "GPL-3.0-or-later",

View File

@ -1 +1 @@
12.0.23
12.0.24

View File

@ -30,7 +30,7 @@ import UiLoader from './common/UiLoader';
import AppInactive from './main/AppInactive';
import LockScreen from './main/LockScreen.async';
import Main from './main/Main.async';
// import Test from './test/FieldTest.tsx';
// import Test from './test/demo/MessageTextStreamingTest';
import Transition from './ui/Transition';
import styles from './App.module.scss';