From 76f5a7d2ccbe9d03e69832e13ac0895d7b20ee49 Mon Sep 17 00:00:00 2001 From: itsmefox Date: Mon, 1 Jan 2024 19:38:27 +0100 Subject: [PATCH] chore: bump version to 1.1.2 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56d0846..807b617 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@

Maven central - JDA-Version - Kotlin Version license Apache 2.0 @@ -23,7 +23,7 @@ | aluna-spring-boot-starter | JDA | Spring Boot | Kotlin | emoji-java | nanoid-kotlin | |:--------------------------|:-------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|:----------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|:--------------------------------------------------------------------------:| -| `1.1.2` | 5.0.0-beta.18 | 3.2.0 | 1.9.21 | 5.1.1 | 1.0.0 | +| `1.1.2` | 5.0.0-beta.19 | 3.2.1 | 1.9.22 | 5.1.1 | 1.0.0 | | `1.1.1` | 5.0.0-beta.18 | 3.1.5 | 1.9.20 | 5.1.1 | 1.0.0 | | `1.1.0` | 5.0.0-beta.17 | 3.1.5 | 1.9.20 | 5.1.1 | 1.0.0 | | `1.0.0` | 5.0.0-beta.13 | 3.1.2 | 1.9.0 | 5.1.1 | - | diff --git a/build.gradle b/build.gradle index 3645380..124bc5a 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { ext { major = 1 minor = 1 - patch = 1 + patch = 2 isCiServer = System.getenv("GITHUB_ACTIONS") != null || System.getProperty("GITHUB_ACTIONS") != null