Skip to content

Commit ec763ee

Browse files
committed
change versions
1 parent d145774 commit ec763ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "M.E.Sysoev",
1414
"description": "Telegram Bot API for Delphi",
15-
"version": "3.4.0",
15+
"version": "3.4.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Telega π - Library for working with Telegram Bot API in Delphi
44

5-
Version Bot API: *3.4.0*
5+
Version Bot API: *3.4.1*
66

77
## Support project
88

Source/TelegAPI.Base.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ constructor TtgAbstractComponent.Create(AOwner: TComponent);
2525
begin
2626
inherited;
2727
FAutor := 'Maxim Sysoev';
28-
FVersion := '3.4.0';
28+
FVersion := '3.4.1';
2929
end;
3030

3131
end.

0 commit comments

Comments
 (0)