Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Dec 20, 2015
1 parent 61a1569 commit 858100d
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 @@ -6,14 +6,14 @@ Download
-------
Download the latest version via Gradle:
```groovy
compile 'com.github.pengrad:java-telegram-bot-api:1.2.3'
compile 'com.github.pengrad:java-telegram-bot-api:1.2.4'
```
or Maven:
```xml
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</dependency>
```

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=1.2.3
VERSION_NAME=1.2.4

POM_ARTIFACT_ID=java-telegram-bot-api
POM_NAME=JavaTelegramBotApi
Expand Down

0 comments on commit 858100d

Please sign in to comment.