We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dac76 commit 54551b2Copy full SHA for 54551b2
README.md
@@ -6,14 +6,14 @@ Download
6
-------
7
Download the latest version via Gradle:
8
```groovy
9
-compile 'com.github.pengrad:java-telegram-bot-api:1.2.2'
+compile 'com.github.pengrad:java-telegram-bot-api:1.2.3'
10
```
11
or Maven:
12
```xml
13
<dependency>
14
<groupId>com.github.pengrad</groupId>
15
<artifactId>java-telegram-bot-api</artifactId>
16
- <version>1.2.2</version>
+ <version>1.2.3</version>
17
</dependency>
18
19
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.github.pengrad
2
-VERSION_NAME=1.2.2
+VERSION_NAME=1.2.3
3
4
POM_ARTIFACT_ID=java-telegram-bot-api
5
POM_NAME=JavaTelegramBotApi
0 commit comments