From b7ea661d53b443f74e2b52322909f51b2a7d7a94 Mon Sep 17 00:00:00 2001 From: Mikhail Kleyzer <91309313+arcanegolem@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:31:21 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cacf94..2f4b27b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ dependencyResolutionManagement { - Add lycoris to your project dependencies ```gradle dependencies { - implementation 'com.github.arcanegolem:Lycoris:0.1.3' + implementation 'com.github.arcanegolem:Lycoris:0.1.4' } ```