diff --git a/README.md b/README.md index ec97cc35..ad77b375 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Full support of all Bot API 4.0 methods with [Telegram Passport](https://telegra Gradle: ```groovy -compile 'com.github.pengrad:java-telegram-bot-api:4.0.0' +compile 'com.github.pengrad:java-telegram-bot-api:4.1.0' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 4.0.0 + 4.1.0 ``` JAR-file: diff --git a/gradle.properties b/gradle.properties index e3fa8a66..acd040a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=4.0.0 +VERSION_NAME=4.1.0 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/