From 1db29ea6fb69906cb8480e5e062401a84d9217f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Mon, 4 Nov 2024 13:36:25 +0300 Subject: [PATCH] Bump version --- .github/README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 8498a40..c0bcc14 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,7 +34,7 @@ To add this project as a dependency to your project, add the following to your p com.github.Despical CommandFramework - 1.5.11 + 1.5.12 ``` @@ -46,7 +46,7 @@ repositories { ``` ```groovy dependencies { - implementation 'com.github.Despical:CommandFramework:1.5.11' + implementation 'com.github.Despical:CommandFramework:1.5.12' } ``` diff --git a/pom.xml b/pom.xml index be0e276..7757148 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 me.despical command-framework - 1.5.11 + 1.5.12 Command Framework 2020