Skip to content

Commit 81d62a0

Browse files
committed
Change version
1 parent e711ce1 commit 81d62a0

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-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": "M.E.Sysoev",
1414
"description": "Telegram Bot API for Delphi",
15-
"version": "3.3.1",
15+
"version": "3.4.0",
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: 12 additions & 2 deletions
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.3.1*
5+
Version Bot API: *3.4.0*
66

77
## Support project
88

@@ -19,6 +19,11 @@ as well as many others who ask / suggest features / points bugs.
1919
### [**Donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U)
2020
- Unfortunately, no one has helped financially =(
2121

22+
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U)
23+
24+
## Powered by TelegaPi
25+
* [🤖ChallengeOfTheDay](https://goo.gl/4TbFH9)
26+
2227
## Dependencies
2328

2429
* [RAD Studio XE8, 10.0(Seattle) 10.1(Berlin) 10.2(Tokyo)](https://www.embarcadero.com/products/delphi)
@@ -28,7 +33,7 @@ as well as many others who ask / suggest features / points bugs.
2833

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

31-
Версия Bot API: *3.3.1*
36+
Версия Bot API: *3.4.0*
3237

3338
## Помощь проекту
3439

@@ -45,6 +50,11 @@ Telega π - Библиотека для работы с Telegram Bot API в Delp
4550
### [**Donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U)
4651
- К сожалинию, еще никто не помог материально =(
4752

53+
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U)
54+
55+
## Боты, работающие на TelegaPi
56+
* [🤖ChallengeOfTheDay](https://goo.gl/4TbFH9)
57+
4858
## Зависимости
4959

5060
* [RAD Studio XE8, 10.0(Seattle) 10.1(Berlin) 10.2(Tokyo)](https://www.embarcadero.com/products/delphi)

Source/TelegAPI.Bot.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ destructor TTelegramBot.Destroy;
17831783

17841784
function TTelegramBot.GetVersionAPI: string;
17851785
begin
1786-
Result := '3.3.1';
1786+
Result := '3.4.0';
17871787
end;
17881788

17891789
function TTelegramBot.RequestAPI<T>(const Method: string; Parameters: TDictionary<string, TValue>): T;

0 commit comments

Comments
 (0)