From c6d6377fd3f1ebd5a312554d5de6a964daedb3eb Mon Sep 17 00:00:00 2001 From: Stas Parshin <2172170+pengrad@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:22:08 +0700 Subject: [PATCH] Version 7.9.1 --- README.md | 4 ++-- README_RU.md | 4 ++-- gradle.properties | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 240a31c4..fca30dfb 100644 --- a/README.md +++ b/README.md @@ -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.9.0' +implementation 'com.github.pengrad:java-telegram-bot-api:7.9.1' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 7.9.0 + 7.9.1 ``` [JAR with all dependencies on release page](https://github.com/pengrad/java-telegram-bot-api/releases) diff --git a/README_RU.md b/README_RU.md index b16717d4..1d09ee76 100644 --- a/README_RU.md +++ b/README_RU.md @@ -13,14 +13,14 @@ Java библиотека, созданная для работы с [Telegram B Gradle: ```groovy -implementation 'com.github.pengrad:java-telegram-bot-api:7.9.0' +implementation 'com.github.pengrad:java-telegram-bot-api:7.9.1' ``` Maven: ```xml com.github.pengrad java-telegram-bot-api - 7.9.0 + 7.9.1 ``` Также JAR со всеми зависимостями можно найти [в релизах](https://github.com/pengrad/java-telegram-bot-api/releases). diff --git a/gradle.properties b/gradle.properties index 1f3caea1..5d88bf19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.pengrad -VERSION_NAME=7.9.0 +VERSION_NAME=7.9.1 POM_DESCRIPTION=Java API for Telegram Bot API POM_URL=https://github.com/pengrad/java-telegram-bot-api/ diff --git a/pom.xml b/pom.xml index 4d73671b..dbf650cc 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 com.github.pengrad java-telegram-bot-api - 7.9.0 + 7.9.1 JavaTelegramBotApi Java API for Telegram Bot API https://github.com/pengrad/java-telegram-bot-api/