From 5ba57c2745044864a70ed60a50115f49bde8c2db Mon Sep 17 00:00:00 2001 From: Infendro Date: Wed, 14 Jan 2026 15:19:32 +0000 Subject: [PATCH] Update Home --- Home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index ba81700..58d1c88 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ -# bytearray-kt +# bytes-kt -`bytearray-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray`. +`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `UByteArray` and `ByteArray`. ## Targets @@ -21,6 +21,6 @@ repositories { } dependencies { - implementation("com.infendro:bytearray:1.2.4") + implementation("com.infendro:bytes:1.3.0") } -``` +``` \ No newline at end of file