Skip to content

Commit 176f680

Browse files
committed
Merge branch 'release/3.1.0'
2 parents 8def9ea + c07677c commit 176f680

File tree

6 files changed

+823
-112
lines changed

6 files changed

+823
-112
lines changed

Delphinus.Info.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"name": "TelegAPI",
55
"license_type": "Modified MIT License (MIT), GNU GPL v2",
66
"license_file": "LICENSE.txt",
7-
"first_version": "",
87
"package_compiler_max": "0",
98
"package_compiler_min": "29",
109
"compiler_min": "29",
@@ -13,7 +12,7 @@
1312
"dependencies": [],
1413
"author": "M.E.Sysoev",
1514
"description": "Telegram Bot API for Delphi",
16-
"version": "3.0.2",
15+
"version": "3.1.0",
1716
"first_version": "2.3.1",
1817
"project_url": "https://github.com/ms301/TelegAPI",
1918
"homepage_url": "https://t.me/telegaPiBotTest",

Demo/EchoBot/EchoBot.Main.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ procedure TMain.tgBotConnect(Sender: TObject);
145145
Caption := LMe.Username;
146146
end;
147147
finally
148-
LMe.Free;
148+
FreeAndNil(LMe);
149149
end;
150150
end;
151151

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
Версия Bot API: *3.0.2*
5+
Версия Bot API: *3.1.0*
66

77
Пошаговое создание бота: https://github.com/ms301/TelegAPI/wiki/Hello-world
88

0 commit comments

Comments
 (0)