diff --git a/README.md b/README.md index 7254226f..0d750390 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,18 @@ Just import add the library to your project with one of these options: org.telegram telegrambots - 6.0.0 + 6.0.1 ``` 2. Using Gradle: ```gradle - implementation 'org.telegram:telegrambots:6.0.0' + implementation 'org.telegram:telegrambots:6.0.1' ``` - 3. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/6.0.0) - 4. Download the jar(including all dependencies) from [here](https://mvnrepository.com/artifact/org.telegram/telegrambots/6.0.0) + 3. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/6.0.1) + 4. Download the jar(including all dependencies) from [here](https://mvnrepository.com/artifact/org.telegram/telegrambots/6.0.1) 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 553751d9..ea242a15 100644 --- a/TelegramBots.wiki/Changelog.md +++ b/TelegramBots.wiki/Changelog.md @@ -1,4 +1,4 @@ -### 6.0.0 ### +### 6.0.1 ### 1. Update Api version [6.0](https://core.telegram.org/bots/api-changelog#april-16-2022) 2. Removed all deprectated methods/classes with this major upgrade diff --git a/TelegramBots.wiki/Getting-Started.md b/TelegramBots.wiki/Getting-Started.md index ba2f6c8e..5054813d 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 - 6.0.0 + 6.0.1 ``` * With **Gradle**: ```gradle - implementation 'org.telegram:telegrambots:6.0.0' + implementation 'org.telegram:telegrambots:6.0.1' ``` 2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots). diff --git a/TelegramBots.wiki/abilities/Simple-Example.md b/TelegramBots.wiki/abilities/Simple-Example.md index df43dc91..91327aa1 100644 --- a/TelegramBots.wiki/abilities/Simple-Example.md +++ b/TelegramBots.wiki/abilities/Simple-Example.md @@ -9,12 +9,12 @@ As with any Java project, you will need to set your dependencies. org.telegram telegrambots-abilities - 6.0.0 + 6.0.1 ``` * **Gradle** ```gradle - implementation 'org.telegram:telegrambots-abilities:6.0.0' + implementation 'org.telegram:telegrambots-abilities:6.0.1' ``` * [JitPack](https://jitpack.io/#rubenlagus/TelegramBots) diff --git a/pom.xml b/pom.xml index a345a42d..7d35b810 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots pom - 6.0.0 + 6.0.1 telegrambots @@ -70,7 +70,7 @@ 5.7.2 3.6.0 3.6.0 - 2.13.0 + 2.13.2 2.13.2.1 20180813 1.7.32 diff --git a/telegrambots-abilities/README.md b/telegrambots-abilities/README.md index 98724e67..db7fa703 100644 --- a/telegrambots-abilities/README.md +++ b/telegrambots-abilities/README.md @@ -18,14 +18,14 @@ Usage org.telegram telegrambots-abilities - 6.0.0 + 6.0.1 ``` **Gradle** ```gradle - implementation 'org.telegram:telegrambots-abilities:6.0.0' + implementation 'org.telegram:telegrambots-abilities:6.0.1' ``` **JitPack** - [JitPack](https://jitpack.io/#rubenlagus/TelegramBots/v5.0.1) diff --git a/telegrambots-abilities/pom.xml b/telegrambots-abilities/pom.xml index 03fa9413..65a271b4 100644 --- a/telegrambots-abilities/pom.xml +++ b/telegrambots-abilities/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 6.0.0 + 6.0.1 telegrambots-abilities @@ -84,7 +84,7 @@ org.telegram telegrambots - 6.0.0 + 6.0.1 org.apache.commons diff --git a/telegrambots-chat-session-bot/README.md b/telegrambots-chat-session-bot/README.md index e5381ece..da2e48fb 100644 --- a/telegrambots-chat-session-bot/README.md +++ b/telegrambots-chat-session-bot/README.md @@ -15,14 +15,14 @@ Usage org.telegram telegrambots-chat-session-bot - 6.0.0 + 6.0.1 ``` **Gradle** ```gradle - implementation 'org.telegram:telegrambots-chat-session-bot:6.0.0' + implementation 'org.telegram:telegrambots-chat-session-bot:6.0.1' ``` Motivation diff --git a/telegrambots-chat-session-bot/pom.xml b/telegrambots-chat-session-bot/pom.xml index 4172fa4a..65d53b21 100644 --- a/telegrambots-chat-session-bot/pom.xml +++ b/telegrambots-chat-session-bot/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 6.0.0 + 6.0.1 telegrambots-chat-session-bot @@ -84,7 +84,7 @@ org.telegram telegrambots - 6.0.0 + 6.0.1 diff --git a/telegrambots-extensions/README.md b/telegrambots-extensions/README.md index c82c744c..747fe69a 100644 --- a/telegrambots-extensions/README.md +++ b/telegrambots-extensions/README.md @@ -16,12 +16,12 @@ Just import add the library to your project with one of these options: org.telegram telegrambotsextensions - 6.0.0 + 6.0.1 ``` 2. Using Gradle: ```gradle - implementation 'org.telegram:telegrambotsextensions:6.0.0' + implementation 'org.telegram:telegrambotsextensions:6.0.1' ``` \ No newline at end of file diff --git a/telegrambots-extensions/pom.xml b/telegrambots-extensions/pom.xml index 746bba6b..43a5d362 100644 --- a/telegrambots-extensions/pom.xml +++ b/telegrambots-extensions/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 6.0.0 + 6.0.1 telegrambotsextensions @@ -75,7 +75,7 @@ org.telegram telegrambots - 6.0.0 + 6.0.1 diff --git a/telegrambots-meta/pom.xml b/telegrambots-meta/pom.xml index ff39e33b..2428685d 100644 --- a/telegrambots-meta/pom.xml +++ b/telegrambots-meta/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 6.0.0 + 6.0.1 telegrambots-meta diff --git a/telegrambots-spring-boot-starter/README.md b/telegrambots-spring-boot-starter/README.md index 160a9cf8..579b9096 100644 --- a/telegrambots-spring-boot-starter/README.md +++ b/telegrambots-spring-boot-starter/README.md @@ -18,14 +18,14 @@ Usage org.telegram telegrambots-spring-boot-starter - 6.0.0 + 6.0.1 ``` **Gradle** ```gradle - implementation 'org.telegram:telegrambots-spring-boot-starter:6.0.0' + implementation 'org.telegram:telegrambots-spring-boot-starter:6.0.1' ``` Motivation diff --git a/telegrambots-spring-boot-starter/pom.xml b/telegrambots-spring-boot-starter/pom.xml index 0695305e..e1361ef5 100644 --- a/telegrambots-spring-boot-starter/pom.xml +++ b/telegrambots-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 6.0.0 + 6.0.1 telegrambots-spring-boot-starter @@ -70,7 +70,7 @@ UTF-8 UTF-8 - 6.0.0 + 6.0.1 2.5.8 1.6 diff --git a/telegrambots/pom.xml b/telegrambots/pom.xml index 3415e028..2d75cb82 100644 --- a/telegrambots/pom.xml +++ b/telegrambots/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 6.0.0 + 6.0.1 telegrambots @@ -92,7 +92,7 @@ org.telegram telegrambots-meta - 6.0.0 + 6.0.1 org.projectlombok