Skip to content

Commit 263cfc5

Browse files
committed
release 1.3.2
1 parent 3b53aae commit 263cfc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

5-
> Important: We recommend to upgrade to `1.3.2-SNAPSHOT+`. It has important fixes (in float format).
5+
> Important: We recommend to upgrade to `1.3.2+`. It has important fixes (in float format).
66
77
Kotlin Multiplatform (also KMM) important missing tools, like sprintf with wide variety of formats, portable base64
88

@@ -45,7 +45,7 @@ then add dependency:
4545
dependencies {
4646
//...
4747
// see versions explained below
48-
implementation("net.sergeych:mp_stools:1.2.2")
48+
implementation("net.sergeych:mp_stools:1.3.2")
4949
}
5050
~~~
5151

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "net.sergeych"
10-
version = "1.3.2-SNAPSHOT"
10+
version = "1.3.2"
1111

1212
val serialization_version = "1.3.3"
1313

0 commit comments

Comments
 (0)