This commit is contained in:
Rubenlagus 2016-04-20 19:48:02 +02:00
parent 2a5bd25532
commit aeed4ef639
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ I recommend using getUpdates methods.
## Usage
Just import add the library to your project using [Maven, Gradly, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.1) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.1)
Just import add the library to your project using [Maven, Gradly, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.2) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.2)
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.1.1-SNAPSHOT</version>
<version>2.2</version>
<name>Telegram Bots</name>
<description>Easy to use library to create Telegram Bots</description>