1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 04:59:00 +01:00
This commit is contained in:
Daniil Gentili 2024-04-22 17:34:30 +02:00
parent 14f590f27f
commit e23043fded
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
"revolt/event-loop": "^1.0.6",
"danog/async-orm": "^1.0.2",
"symfony/thanks": "^1.3",
"danog/telegram-entities": "^1.0"
"danog/telegram-entities": "^1.0.1"
},
"require-dev": {
"ext-ctype": "*",

View File

@ -51,7 +51,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.0.0-beta201';
public const RELEASE = '8.0.0-beta202';
/**
* We're not logged in.
*