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 Nov 3, 2022
1 parent e4908c0 commit ba873be
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/github/v/release/viascom/aluna-spring-boot-starter?include_prereleases&label=version"
alt="Maven central"></a>
<a href=""><img src="https://img.shields.io/badge/JDA--Version-5.0.0--alpha.21-blue.svg"
<a href=""><img src="https://img.shields.io/badge/JDA--Version-5.0.0--alpha.22-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-alpha.21-orange.svg" alt="5.0.0-alpha.21"> |
| Spring Boot | <img src="https://img.shields.io/badge/2.7.4-brightgreen.svg" alt="2.7.4"> |
| JDA | <img src="https://img.shields.io/badge/5.0.0-alpha.22-orange.svg" alt="5.0.0-alpha.22"> |
| Spring Boot | <img src="https://img.shields.io/badge/2.7.5-brightgreen.svg" alt="2.7.5"> |
| Kotlin | <img src="https://img.shields.io/badge/1.7.20-brightgreen.svg" alt="1.7.20"> |
| 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.30_5.0.0-alpha.21'
implementation 'io.viascom.discord.bot:aluna-spring-boot-starter:0.0.31_5.0.0-alpha.22'
}
```

Expand All @@ -40,7 +40,7 @@ Maven:
<dependency>
<groupId>io.viascom.discord.bot</groupId>
<artifactId>aluna-spring-boot-starter</artifactId>
<version>0.0.30_5.0.0-alpha.21</version>
<version>0.0.31_5.0.0-alpha.22</version>
</dependency>
```

Expand Down

0 comments on commit ba873be

Please sign in to comment.