diff --git a/README.md b/README.md index 9f96685c..226d87b8 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ Just import add the library to your project with one of these options: org.telegram telegrambots - 2.4.2 + 2.4.3 ``` - 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/v2.4.2) - 3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.4.2) + 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/v2.4.3) + 3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.4.3) In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`. diff --git a/TelegramBots.wiki/Changelog.md b/TelegramBots.wiki/Changelog.md index 24b3bb17..de57c861 100644 --- a/TelegramBots.wiki/Changelog.md +++ b/TelegramBots.wiki/Changelog.md @@ -1,4 +1,4 @@ -### 2.4.2 ### +### 2.4.3 ### 1. Split library in two modules to allow custom implementations. 2. Use [Guice](https://github.com/google/guice) for dependency injection. 3. Use [Jackson](https://github.com/FasterXML/jackson) for json (de)serialization. @@ -8,4 +8,4 @@ 7. In `SentCallback` method `onError` changed second parameter to `TelegramApiRequestException` and `onResult` now receives the deserialized answer (of type `T`) instead of a `JSONObject` as second parameter 8. Moved to MIT license -**[[How to update to version 2.4.2|How-To-Update#2.4.2]]** \ No newline at end of file +**[[How to update to version 2.4.3|How-To-Update#2.4.3]]** \ No newline at end of file diff --git a/TelegramBots.wiki/Getting-Started.md b/TelegramBots.wiki/Getting-Started.md index ac48aaa6..70fa7a54 100644 --- a/TelegramBots.wiki/Getting-Started.md +++ b/TelegramBots.wiki/Getting-Started.md @@ -11,13 +11,13 @@ First you need ot get the library and add it to your project. There are few poss org.telegram telegrambots - 2.4.2 + 2.4.3 ``` * With **Gradle**: ```groovy - compile group: 'org.telegram', name: 'telegrambots', version: '2.4.2' + compile group: 'org.telegram', name: 'telegrambots', version: '2.4.3' ``` 2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots). diff --git a/TelegramBots.wiki/How-To-Update.md b/TelegramBots.wiki/How-To-Update.md index 572218e8..4a745d69 100644 --- a/TelegramBots.wiki/How-To-Update.md +++ b/TelegramBots.wiki/How-To-Update.md @@ -1,4 +1,4 @@ -### To version 2.4.2 ### +### To version 2.4.3 ### 1. Replace `BotOptions` by `DefaultBotOptions`. 2. At the beginning of your program (before creating your `TelegramBotsApi` instance, add the following line: ```java diff --git a/telegrambots-meta/pom.xml b/telegrambots-meta/pom.xml index 77529b38..abfe64e2 100644 --- a/telegrambots-meta/pom.xml +++ b/telegrambots-meta/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots-meta - 2.4.2 + 2.4.3 jar Telegram Bots Meta diff --git a/telegrambots/pom.xml b/telegrambots/pom.xml index fbbf2e76..4e10e0ab 100644 --- a/telegrambots/pom.xml +++ b/telegrambots/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots - 2.4.2 + 2.4.3 jar Telegram Bots @@ -60,7 +60,7 @@ 20160810 2.8.5 2.5 - 2.4.2 + 2.4.3