diff --git a/Home.md b/Home.md index 86963e3..63b7b02 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ # bytes-kt -`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray` and `UByteArray`. +`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with bytes. ## Installation @@ -12,6 +12,6 @@ repositories { } commonMain.dependencies { - implementation("com.infendro:bytes:1.3.4") + implementation("com.infendro:bytes:1.4.0") } ```