version bump in readme

This commit is contained in:
Sergey Chernov 2023-10-07 01:58:48 +01:00
parent 9eb7bd9e0e
commit b5db8bb8cc

View File

@ -18,7 +18,7 @@ And add dependecy to the proper place in yuor project like this:
```kotlin ```kotlin
dependencies { dependencies {
// ... // ...
implementation("net.sergeych:mp_bintools:0.0.3") implementation("net.sergeych:mp_bintools:0.0.4")
} }
``` ```