Skip to content

Commit 2a51e14

Browse files
committed
πŸ¦„ Bump version: 8.1.0
1 parent 0a73c2c commit 2a51e14

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

β€ŽREADME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api)
55

66
Java library for interacting with [Telegram Bot API](https://core.telegram.org/bots/api)
7-
- Full support of all Bot API 7.11 methods
7+
- Full support of all Bot API 8.1 methods
88
- Telegram [Passport](https://core.telegram.org/passport) and Decryption API
99
- Bot [Payments](https://core.telegram.org/bots/payments)
1010
- [Gaming Platform](https://telegram.org/blog/games)
@@ -13,14 +13,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
1313

1414
Gradle:
1515
```groovy
16-
implementation 'com.github.pengrad:java-telegram-bot-api:7.11.0'
16+
implementation 'com.github.pengrad:java-telegram-bot-api:8.1.0'
1717
```
1818
Maven:
1919
```xml
2020
<dependency>
2121
<groupId>com.github.pengrad</groupId>
2222
<artifactId>java-telegram-bot-api</artifactId>
23-
<version>7.11.0</version>
23+
<version>8.1.0</version>
2424
</dependency>
2525
```
2626
[JAR with all dependencies on release page](https://github.com/pengrad/java-telegram-bot-api/releases)

β€ŽREADME_RU.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api)
55

66
Java Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°, созданная для Ρ€Π°Π±ΠΎΡ‚Ρ‹ с [Telegram Bot API](https://core.telegram.org/bots/api)
7-
- Полная ΠΏΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠ° всСх ΠΌΠ΅Ρ‚ΠΎΠ΄ΠΎΠ² BOT API 7.11
7+
- Полная ΠΏΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠ° всСх ΠΌΠ΅Ρ‚ΠΎΠ΄ΠΎΠ² BOT API 8.1
88
- ΠŸΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠ° Telegram [паспорта](https://core.telegram.org/passport) ΠΈ Π΄Π΅ΡˆΠΈΡ„Ρ€ΠΎΠ²ΠΊΠΈ (Decryption API);
99
- ΠŸΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠ° [ΠΏΠ»Π°Ρ‚Π΅ΠΆΠ΅ΠΉ](https://core.telegram.org/bots/payments);
1010
- [Π˜Π³Ρ€ΠΎΠ²Π°Ρ ΠΏΠ»Π°Ρ‚Ρ„ΠΎΡ€ΠΌΠ°](https://telegram.org/blog/games).
@@ -13,14 +13,14 @@ Java Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°, созданная для Ρ€Π°Π±ΠΎΡ‚Ρ‹ с [Telegram B
1313

1414
Gradle:
1515
```groovy
16-
implementation 'com.github.pengrad:java-telegram-bot-api:7.11.0'
16+
implementation 'com.github.pengrad:java-telegram-bot-api:8.1.0'
1717
```
1818
Maven:
1919
```xml
2020
<dependency>
2121
<groupId>com.github.pengrad</groupId>
2222
<artifactId>java-telegram-bot-api</artifactId>
23-
<version>7.11.0</version>
23+
<version>8.1.0</version>
2424
</dependency>
2525
```
2626
Π’Π°ΠΊΠΆΠ΅ JAR со всСми зависимостями ΠΌΠΎΠΆΠ½ΠΎ Π½Π°ΠΉΡ‚ΠΈ [Π² Ρ€Π΅Π»ΠΈΠ·Π°Ρ…](https://github.com/pengrad/java-telegram-bot-api/releases).

β€Žgradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.pengrad
2-
VERSION_NAME=7.11.0
2+
VERSION_NAME=8.1.0
33

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

β€Žpom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.github.pengrad</groupId>
1111
<artifactId>java-telegram-bot-api</artifactId>
12-
<version>7.11.0</version>
12+
<version>8.1.0</version>
1313
<name>JavaTelegramBotApi</name>
1414
<description>Java API for Telegram Bot API</description>
1515
<url>https://github.com/pengrad/java-telegram-bot-api/</url>

0 commit comments

Comments
Β (0)