Skip to content

Commit 1d3bb88

Browse files
author
MAXIM-SYSOEV\WorkPC
committed
Update version info
1 parent 6090b49 commit 1d3bb88

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Delphinus.Info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": [],
1313
"author": "Maxim Sysoev",
1414
"description": "Telegram Bot API for Delphi",
15-
"version": "3.5.4",
15+
"version": "3.5.5",
1616
"first_version": "2.3.1",
1717
"project_url": "https://github.com/ms301/TelegAPI",
1818
"homepage_url": "https://t.me/telegaPiBotTest",

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
Telega π - Library for working with Telegram Bot API in Delphi
44

55

6-
Version Bot API: *3.5.4*
6+
Version Bot API: *3.5.5*
7+
8+
Installing and other info: see [wiki-page](https://github.com/ms301/TelegaPi/wiki)
79

810
## Support project
911

@@ -50,7 +52,9 @@ as well as many others who ask / suggest features / points bugs.
5052

5153
Telega π - Библиотека для работы с Telegram Bot API в Delphi
5254

53-
Версия Bot API: *3.5.4*
55+
Версия Bot API: *3.5.5*
56+
57+
Установка и другая информация: смотреть [wiki-страницу](https://github.com/ms301/TelegaPi/wiki)
5458

5559
## Помощь проекту
5660

Source/TelegAPI.Base.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ constructor TtgAbstractComponent.Create(AOwner: TComponent);
3030
begin
3131
inherited;
3232
FAutor := 'Maxim Sysoev';
33-
FVersion := '3.5.4';
33+
FVersion := '3.5.5';
3434
end;
3535

3636
end.

0 commit comments

Comments
 (0)