From fb6c3c462ef44f48e48f181f6f04d2bec8195a7e Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Thu, 7 Dec 2017 23:18:15 +0700 Subject: [PATCH] Version 3.5.1 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a628fdf..146fb8e9 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Full support of all Bot API 3.5 methods with Payment and Gaming Platform Gradle: ```groovy -compile 'com.github.pengrad:java-telegram-bot-api:3.5.0' +compile 'com.github.pengrad:java-telegram-bot-api:3.5.1' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 3.5.0 + 3.5.1 ``` JAR-file: diff --git a/gradle.properties b/gradle.properties index c9deac64..afd09012 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=3.5.0 +VERSION_NAME=3.5.1 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/