From 85a688424b414b241866318d3c7f33c12812833e Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Sun, 18 Feb 2018 22:40:16 +0700 Subject: [PATCH] Version 3.6.0 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c2f8b2f..0f4d1fda 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.2' +compile 'com.github.pengrad:java-telegram-bot-api:3.6.0' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 3.5.2 + 3.6.0 ``` JAR-file: diff --git a/gradle.properties b/gradle.properties index b9febc76..a5c4179d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=3.5.2 +VERSION_NAME=3.6.0 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/