From db496e2302b11e2924ea7e52e9408bc2c4360277 Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Sat, 7 Nov 2020 13:11:15 +0800 Subject: [PATCH] Version 5.0.0 --- README.md | 6 +++--- gradle.properties | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 462c1e5f..d73d1cff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api) Java library for interacting with [Telegram Bot API](https://core.telegram.org/bots/api) -- Full support of all Bot API 4.9 methods +- Full support of all Bot API 5.0 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) @@ -13,14 +13,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.9.0' +implementation 'com.github.pengrad:java-telegram-bot-api:5.0.0' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 4.9.0 + 5.0.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 6d5bcd48..efc0ddd7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=4.9.0 +VERSION_NAME=5.0.0 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/ diff --git a/pom.xml b/pom.xml index 58a781c7..cb39aa84 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.github.pengrad java-telegram-bot-api - 4.9.0 + 5.0.0 JavaTelegramBotApi Java API for Telegram Bot API https://github.com/pengrad/java-telegram-bot-api/