From 8d887f58e4d1516f66e5ba8da16a03d8df09850d Mon Sep 17 00:00:00 2001 From: Infendro Date: Fri, 13 Feb 2026 23:10:54 +0000 Subject: [PATCH] Update Home --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") } ```