From 2e28cc25294b030cfeee40c7292ad9fffb01b11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Tue, 26 Jul 2022 13:04:16 +0300 Subject: [PATCH] Bump version --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index e208a3d..f02d648 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 KOTL - 2.3.0 + 2.3.1 compile ``` @@ -51,7 +51,7 @@ repositories { ``` ``` dependencies { - compileOnly group: "com.github.Despical", name: "KOTL", version: "2.3.0; + compileOnly group: "com.github.Despical", name: "KOTL", version: "2.3.1; } ```