From a21457a0d5781bbd7e9b0cf7008f94fc7831d784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Mon, 19 Aug 2024 12:29:05 +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 1c2670e..c066551 100644 --- a/.github/README.md +++ b/.github/README.md @@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p com.github.Despical CommandFramework - 1.4.9 + 1.5.0 compile ``` @@ -50,7 +50,7 @@ repositories { ``` ```groovy dependencies { - implementation 'com.github.Despical:CommandFramework:1.4.9' + implementation 'com.github.Despical:CommandFramework:1.5.0' } ``` diff --git a/pom.xml b/pom.xml index ad6341b..a924dae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 me.despical command-framework - 1.4.9 + 1.5.0 Command Framework 2020