Skip to content

Commit c99002b

Browse files
committed
version 0.1.0-rc.3
1 parent 3c722b3 commit c99002b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## unreleased
44

5+
## v0.1.0-rc.3
6+
57
- Fix conflicts with same method names across different modules on iOS by prefixing method names
68
- Update Dart duration serialization to be compatible with Kotlin ISO-8601 duration string parsing
79

example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
alias(libs.plugins.kotlinSerialization)
77
}
88

9-
val flutterKmpVersion = "0.1.0-rc.2"
9+
val flutterKmpVersion = "0.1.0-rc.3"
1010

1111
kotlin {
1212
jvm()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.1.0-rc.2
1+
version=0.1.0-rc.3
22
group=de.voize
33

44
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)