Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmefox committed Nov 28, 2022
1 parent 0657539 commit 45d452c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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--alpha.22-blue.svg"
<a href=""><img src="https://img.shields.io/badge/JDA--Version-5.0.0--beta.1-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>
@@ -19,19 +19,19 @@

*These are the versions of all exposed dependencies.*

| Library | Version |
|-------------|:---------------------------------------------------------------------------------------:|
| 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/3.0.0-brightgreen.svg" alt="3.0.0"> |
| Kotlin | <img src="https://img.shields.io/badge/1.7.21-brightgreen.svg" alt="1.7.21"> |
| emoji-java | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> |
| Library | Version |
|-------------|:-----------------------------------------------------------------------------------:|
| JDA | <img src="https://img.shields.io/badge/5.0.0-beta.1-orange.svg" alt="5.0.0-beta.1"> |
| Spring Boot | <img src="https://img.shields.io/badge/3.0.0-brightgreen.svg" alt="3.0.0"> |
| Kotlin | <img src="https://img.shields.io/badge/1.7.21-brightgreen.svg" alt="1.7.21"> |
| emoji-java | <img src="https://img.shields.io/badge/5.1.1-brightgreen.svg" alt="5.1.1"> |

## Download

Gradle:
```gradle
dependencies {
implementation 'io.viascom.discord.bot:aluna-spring-boot-starter:0.0.32_5.0.0-alpha.22'
implementation 'io.viascom.discord.bot:aluna-spring-boot-starter:0.0.33_5.0.0-beta.1'
}
```

@@ -40,7 +40,7 @@ Maven:
<dependency>
<groupId>io.viascom.discord.bot</groupId>
<artifactId>aluna-spring-boot-starter</artifactId>
<version>0.0.32_5.0.0-alpha.22</version>
<version>0.0.33_5.0.0-beta.1</version>
</dependency>
```

0 comments on commit 45d452c

Please sign in to comment.