new release, finishing
This commit is contained in:
parent
d8b7306b3e
commit
1ccb8ea8b3
@ -6,6 +6,8 @@ in native targets.
|
||||
|
||||
# Recent changes
|
||||
|
||||
- 0.1.12 published on all platforms. many small additions.
|
||||
|
||||
- 0.1.11 added interesting collection classes: auto-sorted list with comparator, expirable cache, etc.
|
||||
|
||||
- 0.1.7 built with kotlin 2.0.20 which contains important fix in wasmJS
|
||||
@ -39,7 +41,7 @@ And add dependency to the proper place in your project like this:
|
||||
```kotlin
|
||||
dependencies {
|
||||
// ...
|
||||
implementation("net.sergeych:mp_bintools:0.1.11")
|
||||
implementation("net.sergeych:mp_bintools:0.1.12")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "net.sergeych"
|
||||
version = "0.1.12s"
|
||||
version = "0.1.12"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Loading…
x
Reference in New Issue
Block a user