Skip to content

Commit 92c06a9

Browse files
committed
🔖 release v1.1.3
## 1.1.3 * [FIX] ensure consistent string key usage for maps and correct numeric key handling in `Decoder`
1 parent 031439a commit 92c06a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.3
2+
3+
* [FIX] ensure consistent string key usage for maps and correct numeric key handling in `Decoder`
4+
15
## 1.1.2
26

37
* [FIX] change `HashMap` to `LinkedHashMap` in `Decoder.parseObject` for consistent iteration order

build.gradle.kts

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

99
allprojects {
1010
group = "io.github.techouse"
11-
version = "1.1.2"
11+
version = "1.1.3"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)