Skip to content

Commit b5533ab

Browse files
committed
6.5
1 parent ae63328 commit b5533ab

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![codecov](https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/pengrad/java-telegram-bot-api)
66

77
Java library for interacting with [Telegram Bot API](https://core.telegram.org/bots/api)
8-
- Full support of all Bot API 6.4 methods
8+
- Full support of all Bot API 6.5 methods
99
- Telegram [Passport](https://core.telegram.org/passport) and Decryption API
1010
- Bot [Payments](https://core.telegram.org/bots/payments)
1111
- [Gaming Platform](https://telegram.org/blog/games)
@@ -14,14 +14,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
1414

1515
Gradle:
1616
```groovy
17-
implementation 'com.github.pengrad:java-telegram-bot-api:6.4.0'
17+
implementation 'com.github.pengrad:java-telegram-bot-api:6.5.0'
1818
```
1919
Maven:
2020
```xml
2121
<dependency>
2222
<groupId>com.github.pengrad</groupId>
2323
<artifactId>java-telegram-bot-api</artifactId>
24-
<version>6.4.0</version>
24+
<version>6.5.0</version>
2525
</dependency>
2626
```
2727
[JAR with all dependencies on release page](https://github.com/pengrad/java-telegram-bot-api/releases)

README_RU.md

+3-3
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 6.4
7+
- Полная поддержка всех методов BOT API 6.5
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:6.4.0'
16+
implementation 'com.github.pengrad:java-telegram-bot-api:6.5.0'
1717
```
1818
Maven:
1919
```xml
2020
<dependency>
2121
<groupId>com.github.pengrad</groupId>
2222
<artifactId>java-telegram-bot-api</artifactId>
23-
<version>6.4.0</version>
23+
<version>6.5.0</version>
2424
</dependency>
2525
```
2626
Также JAR со всеми зависимостями можно найти [в релизах](https://github.com/pengrad/java-telegram-bot-api/releases).

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.pengrad
2-
VERSION_NAME=6.4.0
2+
VERSION_NAME=6.5.0
33

44
POM_DESCRIPTION=Java API for Telegram Bot API
55
POM_URL=https://github.com/pengrad/java-telegram-bot-api/
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.pengrad</groupId>
66
<artifactId>java-telegram-bot-api</artifactId>
7-
<version>6.4.0</version>
7+
<version>6.5.0</version>
88
<name>JavaTelegramBotApi</name>
99
<description>Java API for Telegram Bot API</description>
1010
<url>https://github.com/pengrad/java-telegram-bot-api/</url>

0 commit comments

Comments
 (0)