Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Aug 27, 2018
1 parent 746d3e2 commit b6eff03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Full support of all Bot API 4.0 methods with [Telegram Passport](https://telegra

Gradle:
```groovy
compile 'com.github.pengrad:java-telegram-bot-api:4.0.0'
compile 'com.github.pengrad:java-telegram-bot-api:4.1.0'
```
Maven:
```xml
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```
JAR-file:
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=4.0.0
VERSION_NAME=4.1.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 b6eff03

Please sign in to comment.