Skip to content

Commit c2747ad

Browse files
committed
更新版本号到 2.2.3
1 parent c1e5bd5 commit c2747ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "com.movcontext"
12-
version = "2.1.6"
12+
version = "2.2.3"
1313

1414
repositories {
1515
google()

src/jvmMain/kotlin/ui/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import kotlin.concurrent.schedule
5252

5353

5454
// build.gradle.kts 的版本也需要更改
55-
const val version = "v2.1.6"
55+
const val version = "v2.2.3"
5656

5757

5858
@ExperimentalFoundationApi

0 commit comments

Comments
 (0)