Skip to content

Commit

Permalink
Merge pull request #119 from rubenlagus/dev
Browse files Browse the repository at this point in the history
Update to version 2.3.3.6
  • Loading branch information
rubenlagus authored Jul 21, 2016
2 parents c7042f2 + 46597db commit 54b447c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, Gradle, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.3.3.5) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.3.3.5)
Just import add the library to your project using [Maven, Gradle, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.3.3.6) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.3.3.6)

In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>jar</packaging>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>2.3.3.5</version>
<version>2.3.3.6</version>

<name>Telegram Bots</name>
<url>https://telegram.me/JavaBotsApi</url>
Expand Down

0 comments on commit 54b447c

Please sign in to comment.