Skip to content

Commit d0f7a2a

Browse files
committed
🔖 release v1.3.1
## 1.3.1 * [CHORE] update Android compileSdk to 36
1 parent 51718e0 commit d0f7a2a

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.3.1
2+
3+
* [CHORE] update Android compileSdk to 36
4+
15
## 1.3.0
26

37
* [BREAKING] `EncodeOptions.delimiter` now expects a `StringDelimiter` instead of a `String` for improved type safety

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.3.0"
11+
version = "1.3.1"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)