From 471dbef72b32e565f5a461c60f2be7ef0ad83246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Mon, 5 Feb 2024 14:51:09 +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 3a34a45..9bd2c79 100644 --- a/.github/README.md +++ b/.github/README.md @@ -38,7 +38,7 @@ To add this project as a dependency to your project, add the following to your p com.github.Despical CommandFramework - 1.3.5 + 1.3.6 compile ``` @@ -51,7 +51,7 @@ repositories { ``` ``` dependencies { - compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.3.5"; + compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.3.6"; } ``` diff --git a/pom.xml b/pom.xml index 0330994..c58feaf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 me.despical command-framework - 1.3.5 + 1.3.6 Command Framework 2020