From 82503bd07e0788368013e0d52b7a7ba2a66688b6 Mon Sep 17 00:00:00 2001 From: Kaktushose <42280757+Kaktushose@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:27:27 +0100 Subject: [PATCH] release 4.0.0-alpha.5 --- README.md | 7 +++---- pom.xml | 13 +------------ 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 513170e7..9609ee90 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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|✅|❌|✅| diff --git a/pom.xml b/pom.xml index ab61be36..161303b7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.kaktushose jda-commands - 4.0.0-alpha.4 + 4.0.0-alpha.5 UTF-8 @@ -106,16 +106,5 @@ annotations 24.0.1 - - - ch.qos.logback - logback-classic - 1.4.6 - - - ch.qos.logback - logback-core - 1.4.6 -