From 3254bc485909e17b8df095859333d9e262f05d7c Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Thu, 12 Oct 2017 02:18:18 +0700 Subject: [PATCH] Version 3.4.0 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 821cbf61..df70747e 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,20 @@ [![Build Status](https://travis-ci.org/pengrad/java-telegram-bot-api.svg?branch=master)](https://travis-ci.org/pengrad/java-telegram-bot-api) [![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api) -Full support of all Bot API 3.2 methods with Payment and Gaming Platform +Full support of all Bot API 3.4 methods with Payment and Gaming Platform ## Download Gradle: ```groovy -compile 'com.github.pengrad:java-telegram-bot-api:3.3.0' +compile 'com.github.pengrad:java-telegram-bot-api:3.4.0' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 3.3.0 + 3.4.0 ``` JAR-file: diff --git a/gradle.properties b/gradle.properties index 620c7d86..4cddd78c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=3.3.0 +VERSION_NAME=3.4.0 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/