diff --git a/README.md b/README.md index db147d66..349bfd87 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b Gradle: ```groovy -implementation 'com.github.pengrad:java-telegram-bot-api:4.1.0' +implementation 'com.github.pengrad:java-telegram-bot-api:4.1.1' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 4.1.0 + 4.1.1 ``` [JAR with all dependencies on release page](https://github.com/pengrad/java-telegram-bot-api/releases) diff --git a/gradle.properties b/gradle.properties index acd040a1..9e04414d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=4.1.0 +VERSION_NAME=4.1.1 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/