From 278151c24628d8abd586dbf1a076bb12d8af5e99 Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Mon, 11 Dec 2017 22:46:25 +0700 Subject: [PATCH] Version 3.5.2 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 146fb8e9..3e4ecb3d 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.1' +compile 'com.github.pengrad:java-telegram-bot-api:3.5.2' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 3.5.1 + 3.5.2 ``` JAR-file: diff --git a/gradle.properties b/gradle.properties index afd09012..b9febc76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=3.5.1 +VERSION_NAME=3.5.2 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/