release 0.0.6

This commit is contained in:
Sergey Chernov 2023-11-22 18:44:29 +03:00
parent 30bf5fefe9
commit 06f8bc7ef2
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@ plugins {
val serialization_version = "1.3.4"
group = "net.sergeych"
version = "0.0.6-SNAPSHOT"
version = "0.0.6"
repositories {
mavenCentral()

View File

@ -59,6 +59,7 @@ fun ByteArray.toDataSource(): DataSource =
}
}
@Suppress("unused")
fun UByteArray.toDataSource(): DataSource =
object : DataSource {
var position = 0