Skip to content

Commit

Permalink
release 4.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Oct 31, 2023
1 parent ea1419d commit 82503bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[![JDA-Version](https://img.shields.io/badge/JDA%20Version-5.0.0--beta.15-important)](https://github.com/DV8FromTheWorld/JDA#download)
[![Generic badge](https://img.shields.io/badge/Download-4.0.0--alpha.4-green.svg)](https://github.com/Kaktushose/jda-commands/releases/latest)
[![JDA-Version](https://img.shields.io/badge/JDA%20Version-5.0.0--beta.17-important)](https://github.com/DV8FromTheWorld/JDA#download)
[![Generic badge](https://img.shields.io/badge/Download-4.0.0--alpha.5-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)
[![license-shield](https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg)]()
[![migration-shield](https://img.shields.io/badge/Wiki-Migrating%20to%20V4-green.svg)](https://github.com/Kaktushose/jda-commands/wiki/Migration)

# JDA-Commands

Expand All @@ -16,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-alpha.4](https://github.com/Kaktushose/jda-commands/releases/latest) |5||||
| [4.0.0-alpha.5](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
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-alpha.4</version>
<version>4.0.0-alpha.5</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.6</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.6</version>
</dependency>
</dependencies>
</project>

0 comments on commit 82503bd

Please sign in to comment.