Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Jan 13, 2016
1 parent 6e5103d commit 9f6da20
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.4'
compile 'com.github.pengrad:java-telegram-bot-api:1.3.0'
```
or Maven:
```xml
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>1.2.4</version>
<version>1.3.0</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.4
VERSION_NAME=1.3.0

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

0 comments on commit 9f6da20

Please sign in to comment.