Update version 2.3.3.4

This commit is contained in:
Rubenlagus 2016-06-26 19:44:17 +02:00
parent d1f1f7fb2a
commit d39f874ceb
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Both ways are supported, but I recommend long polling method.
## Usage
Just import add the library to your project using [Maven, Gradly, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.3.3.3) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.3.3.3)
Just import add the library to your project using [Maven, Gradly, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.3.3.4) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.3.3.4)
In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`.

View File

@ -6,7 +6,7 @@
<packaging>jar</packaging>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>2.3.3.3</version>
<version>2.3.3.4</version>
<name>Telegram Bots</name>
<url>https://telegram.me/JavaBotsApi</url>