Skip to content

πŸ¦„ Bump version: 8.1.0 #414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api)

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

Gradle:
```groovy
implementation 'com.github.pengrad:java-telegram-bot-api:7.11.0'
implementation 'com.github.pengrad:java-telegram-bot-api:8.1.0'
```
Maven:
```xml
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>7.11.0</version>
<version>8.1.0</version>
</dependency>
```
[JAR with all dependencies on release page](https://github.com/pengrad/java-telegram-bot-api/releases)
Expand Down
6 changes: 3 additions & 3 deletions README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api)

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

Gradle:
```groovy
implementation 'com.github.pengrad:java-telegram-bot-api:7.11.0'
implementation 'com.github.pengrad:java-telegram-bot-api:8.1.0'
```
Maven:
```xml
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>7.11.0</version>
<version>8.1.0</version>
</dependency>
```
Π’Π°ΠΊΠΆΠ΅ JAR со всСми зависимостями ΠΌΠΎΠΆΠ½ΠΎ Π½Π°ΠΉΡ‚ΠΈ [Π² Ρ€Π΅Π»ΠΈΠ·Π°Ρ…](https://github.com/pengrad/java-telegram-bot-api/releases).
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=7.11.0
VERSION_NAME=8.1.0

POM_DESCRIPTION=Java API for Telegram Bot API
POM_URL=https://github.com/pengrad/java-telegram-bot-api/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>7.11.0</version>
<version>8.1.0</version>
<name>JavaTelegramBotApi</name>
<description>Java API for Telegram Bot API</description>
<url>https://github.com/pengrad/java-telegram-bot-api/</url>
Expand Down