Skip to content

Commit

Permalink
chore: bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmefox committed Jan 1, 2024
1 parent d5f46a6 commit 76f5a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<p align="center">
<a href="https://github.com/viascom/aluna-spring-boot-starter/releases"><img src="https://img.shields.io/maven-metadata/v.svg?label=maven-central&metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fio%2Fviascom%2Fdiscord%2Fbot%2Faluna-spring-boot-starter%2Fmaven-metadata.xml"
alt="Maven central"></a>
<a href=""><img src="https://img.shields.io/badge/JDA--Version-5.0.0--beta.18-blue.svg"
<a href=""><img src="https://img.shields.io/badge/JDA--Version-5.0.0--beta.19-blue.svg"
alt="JDA-Version "></a>
<img src="https://img.shields.io/badge/Kotlin-1.9.20-%238052ff?logo=kotlin"
<img src="https://img.shields.io/badge/Kotlin-1.9.22-%238052ff?logo=kotlin"
alt="Kotlin Version">
<a href="http://www.apache.org/licenses/"><img src="https://img.shields.io/badge/license-Apache_2.0-blue.svg"
alt="license Apache 2.0"></a>
Expand All @@ -23,7 +23,7 @@

| aluna-spring-boot-starter | JDA | Spring Boot | Kotlin | emoji-java | nanoid-kotlin |
|:--------------------------|:-------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|:----------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|
| `1.1.2` | <img src="https://img.shields.io/badge/5.0.0-beta.18-yellow.svg" alt="5.0.0-beta.18"> | <img src="https://img.shields.io/badge/3.2.0-brightgreen.svg" alt="3.2.0"> | <img src="https://img.shields.io/badge/1.9.21-brightgreen.svg" alt="1.9.21"> | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> | <img src="https://img.shields.io/badge/1.0.0-brightgreen.svg" alt="1.0.0"> |
| `1.1.2` | <img src="https://img.shields.io/badge/5.0.0-beta.19-yellow.svg" alt="5.0.0-beta.19"> | <img src="https://img.shields.io/badge/3.2.0-brightgreen.svg" alt="3.2.1"> | <img src="https://img.shields.io/badge/1.9.21-brightgreen.svg" alt="1.9.22"> | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> | <img src="https://img.shields.io/badge/1.0.0-brightgreen.svg" alt="1.0.0"> |
| `1.1.1` | <img src="https://img.shields.io/badge/5.0.0-beta.18-yellow.svg" alt="5.0.0-beta.18"> | <img src="https://img.shields.io/badge/3.1.5-brightgreen.svg" alt="3.1.5"> | <img src="https://img.shields.io/badge/1.9.20-brightgreen.svg" alt="1.9.20"> | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> | <img src="https://img.shields.io/badge/1.0.0-brightgreen.svg" alt="1.0.0"> |
| `1.1.0` | <img src="https://img.shields.io/badge/5.0.0-beta.17-yellow.svg" alt="5.0.0-beta.17"> | <img src="https://img.shields.io/badge/3.1.5-brightgreen.svg" alt="3.1.5"> | <img src="https://img.shields.io/badge/1.9.20-brightgreen.svg" alt="1.9.20"> | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> | <img src="https://img.shields.io/badge/1.0.0-brightgreen.svg" alt="1.0.0"> |
| `1.0.0` | <img src="https://img.shields.io/badge/5.0.0-beta.13-yellow.svg" alt="5.0.0-beta.13"> | <img src="https://img.shields.io/badge/3.1.2-brightgreen.svg" alt="3.1.2"> | <img src="https://img.shields.io/badge/1.9.0-brightgreen.svg" alt="1.9.0"> | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> | - |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 76f5a7d

Please sign in to comment.