Skip to content

Commit

Permalink
release 4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Apr 19, 2024
1 parent b9d2336 commit 0c6f476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![JDA-Version](https://img.shields.io/badge/JDA%20Version-5.0.0--beta.18-important)](https://github.com/DV8FromTheWorld/JDA#download)
[![Generic badge](https://img.shields.io/badge/Download-4.0.0--beta.1-green.svg)](https://github.com/Kaktushose/jda-commands/releases/latest)
[![JDA-Version](https://img.shields.io/badge/JDA%20Version-5.0.0--beta.22-important)](https://github.com/DV8FromTheWorld/JDA#download)
[![Generic badge](https://img.shields.io/badge/Download-4.0.0--beta.2-green.svg)](https://github.com/Kaktushose/jda-commands/releases/latest)
[![Java CI](https://github.com/Kaktushose/jda-commands/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/Kaktushose/jda-commands/actions/workflows/ci.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f2b4367f6d0f42d89b7e51331f3ce299)](https://app.codacy.com/gh/Kaktushose/jda-commands/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/f2b4367f6d0f42d89b7e51331f3ce299)](https://app.codacy.com/gh/Kaktushose/jda-commands/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
Expand All @@ -15,7 +15,7 @@ any boilerplate code, so you can focus solely on the business logic of your bot

| jda-commands | JDA | Text Commands | Interactions | Stable |
|----------------------------------------------------------------------------|-----|---------------|--------------|--------|
| [4.0.0-beta.1](https://github.com/Kaktushose/jda-commands/releases/latest) | 5 ||||
| [4.0.0-beta.2](https://github.com/Kaktushose/jda-commands/releases/latest) | 5 ||||
| [3.0.0](https://github.com/Kaktushose/jda-commands/releases/tag/v3.0.0) | 5 ||||
| [2.2.0](https://github.com/Kaktushose/jda-commands/releases/tag/v.2.0.0) | 4 ||||

Expand Down Expand Up @@ -74,7 +74,7 @@ public class BanCommand {
Finally, start the framework by calling:

```java
JDACommands.start(jda,Main.class, "com.package");
JDACommands.start(jda, Main.class, "com.package");
```

---
Expand Down
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.kaktushose</groupId>
<artifactId>jda-commands</artifactId>
<version>4.0.0-beta.1</version>
<version>4.0.0-beta.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -106,16 +106,5 @@
<artifactId>annotations</artifactId>
<version>24.0.1</version>
</dependency>
<!-- TODO remove dev dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.12</version>
</dependency>
</dependencies>
</project>

0 comments on commit 0c6f476

Please sign in to comment.