Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
rareMaxim committed May 11, 2018
1 parent be0ef6f commit bbbb552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Delphinus.Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": [],
"author": "Maxim Sysoev",
"description": "Telegram Bot API for Delphi",
"version": "3.5.2",
"version": "3.5.3",
"first_version": "2.3.1",
"project_url": "https://github.com/ms301/TelegAPI",
"homepage_url": "https://t.me/telegaPiBotTest",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Telega π - Library for working with Telegram Bot API in Delphi


Version Bot API: *3.5.2*
Version Bot API: *3.5.3*

## Support project

Expand Down Expand Up @@ -50,7 +50,7 @@ as well as many others who ask / suggest features / points bugs.

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

Версия Bot API: *3.5.2*
Версия Bot API: *3.5.3*

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

Expand Down
7 changes: 1 addition & 6 deletions Source/TelegAPI.Base.pas
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ constructor TtgAbstractComponent.Create(AOwner: TComponent);
begin
inherited;
FAutor := 'Maxim Sysoev';
FVersion := '3.5.2';
{$IFDEF USE_SYS_NET}
FVersion := FVersion + ' SysNet';
{$ELSE}
FVersion := FVersion + ' InDy';
{$ENDIF}
FVersion := '3.5.3';
end;

end.
Expand Down

0 comments on commit bbbb552

Please sign in to comment.