From ea69f93028898f6042679fb88dd1da9f848a307e Mon Sep 17 00:00:00 2001 From: zaaarf Date: Mon, 27 Feb 2023 02:28:47 +0100 Subject: [PATCH] doc: bump readme version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 305f483..53e2d4a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { maven { url = 'https://maven.fantabos.co' } } dependencies { - implementation 'ftbsc:lll:0.2.0' + implementation 'ftbsc:lll:0.2.1' } ```