From 9d84ded9f31e41ae9abe197fb20409fffd4546ce Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Thu, 18 Apr 2019 00:03:37 +0700 Subject: [PATCH] Version 4.2.0 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 349bfd87..1bdfb64a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ --> Java library for interacting with [Telegram Bot API](https://core.telegram.org/bots/api) -- Full support of all Bot API 4.1 methods +- Full support of all Bot API 4.2 methods - Telegram [Passport](https://core.telegram.org/passport) and Decryption API - Bot [Payments](https://core.telegram.org/bots/payments) - [Gaming Platform](https://telegram.org/blog/games) @@ -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.1' +implementation 'com.github.pengrad:java-telegram-bot-api:4.2.0' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 4.1.1 + 4.2.0 ``` [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 9e04414d..783d83ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=4.1.1 +VERSION_NAME=4.2.0 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/