Skip to content

Commit 1558ddd

Browse files
committed
version 0.1.0-rc.2
1 parent 7d7f7a4 commit 1558ddd

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.2
6+
57
- Fix errors with boolean types in method return and flow types on iOS
68

79
## v0.1.0-rc.1

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.1"
9+
val flutterKmpVersion = "0.1.0-rc.2"
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.1
1+
version=0.1.0-rc.2
22
group=de.voize
33

44
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)