Skip to content

Commit 54d59a7

Browse files
committed
version up
1 parent bca8a59 commit 54d59a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/tiamat.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
tiamat = "2.2.0-rc01"
2+
tiamat = "2.2.0"
33

44
minSdk = "21"
55
compileSdk = "36"

tiamat/src/commonMain/kotlin/com/composegears/tiamat/compose/ComposableAddons.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import kotlin.coroutines.EmptyCoroutineContext
1313
* runs a producer coroutine to update its value.
1414
*
1515
* The producer coroutine is launched when the composable enters the composition
16-
* and is cancelled when entry is removed from navigation stack.
16+
* and canceled when entry is removed from navigation stack.
1717
*
1818
* @param initialValue The initial value of the state.
1919
* @param producer A suspend function that can update the state value.

0 commit comments

Comments
 (0)