From e0e32c031bf2fcca47d50131ebdbdd527d80d2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Thu, 20 Jun 2024 18:18:10 +0300 Subject: [PATCH] Update README --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 094c73e..5a31de3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -37,7 +37,7 @@ If you still didn't find an answer see documentation section below. com.github.Despical KOTL - 2.9.7 + 2.9.8 provided ``` @@ -54,7 +54,7 @@ repositories { ``` ```gradle dependencies { - compileOnly 'com.github.Despical:KOTL:2.9.7'; + compileOnly 'com.github.Despical:KOTL:2.9.8'; } ```