Skip to content

Commit 724f4e0

Browse files
committed
finishing new version publish
1 parent c593e33 commit 724f4e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/testlog*
99
.kotlin
1010
/.gigaide/gigaide.properties
11+
.DS_Store

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
> Important: Versions 1.5.1+ is built with kotlin 2 and is compatible with ALL KMP platforms including experimentlas
66
> wasmJS. It also contains important fix on displaying negative integers in some formats.
77
8+
## 1.5.2 is built for all target, ios and wasmjs included!
9+
810
> See also [dokka docs](https://code.sergeych.net/docs/mp_stools/)
911
1012
Kotlin Multiplatform important missing tools, like sprintf with a wide variety of formats, portable base64
@@ -54,7 +56,7 @@ dependencies {
5456
//...
5557
// see versions explained below, use latest release from
5658
// 'releases' or whatever you need:
57-
implementation("net.sergeych:mp_stools:1.5.1")
59+
implementation("net.sergeych:mp_stools:1.5.2")
5860
}
5961
~~~
6062

0 commit comments

Comments
 (0)