Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed May 27, 2017
1 parent 864c3b8 commit 3c34e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
[![Build Status](https://travis-ci.org/pengrad/java-telegram-bot-api.svg?branch=master)](https://travis-ci.org/pengrad/java-telegram-bot-api)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.pengrad/java-telegram-bot-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.pengrad/java-telegram-bot-api)

Full support of all Bot API 2.3.1 methods with new Gaming Platform
Full support of all Bot API 3.0 methods with Payment and Gaming Platform

## Download

Gradle:
```groovy
compile 'com.github.pengrad:java-telegram-bot-api:2.3.1.2'
compile 'com.github.pengrad:java-telegram-bot-api:3.0.0'
```
Maven:
```xml
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>2.3.1.2</version>
<version>3.0.0</version>
</dependency>
```
JAR-files:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.github.pengrad
VERSION_NAME=2.3.1.2
VERSION_NAME=3.0.0

POM_DESCRIPTION=Java API for Telegram Bot API
POM_URL=https://github.com/pengrad/java-telegram-bot-api/
Expand Down

0 comments on commit 3c34e6a

Please sign in to comment.