diff --git a/README.md b/README.md index d1f6940c..c5a0095d 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Full support of all Bot API 3.0 methods with Payment and Gaming Platform Gradle: ```groovy -compile 'com.github.pengrad:java-telegram-bot-api:3.0.0' +compile 'com.github.pengrad:java-telegram-bot-api:3.0.1' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 3.0.0 + 3.0.1 ``` JAR-files: diff --git a/gradle.properties b/gradle.properties index 679a875b..1a464454 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=3.0.0 +VERSION_NAME=3.0.1 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/