Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmefox committed Jul 3, 2023
1 parent af26fac commit b331ff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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.11-blue.svg"
<a href=""><img src="https://img.shields.io/badge/JDA--Version-5.0.0--beta.12-blue.svg"
alt="JDA-Version "></a>
<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 @@ -21,8 +21,8 @@

| Library | Version |
|-------------|:-------------------------------------------------------------------------------------:|
| JDA | <img src="https://img.shields.io/badge/5.0.0-beta.11-yellow.svg" alt="5.0.0-beta.11"> |
| Spring Boot | <img src="https://img.shields.io/badge/3.1.0-brightgreen.svg" alt="3.1.0"> |
| JDA | <img src="https://img.shields.io/badge/5.0.0-beta.12-yellow.svg" alt="5.0.0-beta.12"> |
| Spring Boot | <img src="https://img.shields.io/badge/3.1.1-brightgreen.svg" alt="3.1.1"> |
| Kotlin | <img src="https://img.shields.io/badge/1.8.22-brightgreen.svg" alt="1.8.22"> |
| emoji-java | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> |

Expand All @@ -31,7 +31,7 @@
Gradle:
```gradle
dependencies {
implementation 'io.viascom.discord.bot:aluna-spring-boot-starter:0.0.48_5.0.0-beta.11'
implementation 'io.viascom.discord.bot:aluna-spring-boot-starter:0.0.48_5.0.0-beta.12'
}
```

Expand All @@ -40,7 +40,7 @@ Maven:
<dependency>
<groupId>io.viascom.discord.bot</groupId>
<artifactId>aluna-spring-boot-starter</artifactId>
<version>0.0.48_5.0.0-beta.11</version>
<version>0.0.48_5.0.0-beta.12</version>
</dependency>
```

Expand Down

0 comments on commit b331ff7

Please sign in to comment.