Update Home

2026-02-13 23:10:54 +00:00
committed by Gitea
parent cadb6a7c72
commit 8d887f58e4

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