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") } ```