From b5db8bb8cc5088b287b372d4b76ccfc27b887582 Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 7 Oct 2023 01:58:48 +0100 Subject: [PATCH] version bump in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb20ed9..5d86249 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ And add dependecy to the proper place in yuor project like this: ```kotlin dependencies { // ... - implementation("net.sergeych:mp_bintools:0.0.3") + implementation("net.sergeych:mp_bintools:0.0.4") } ```