Skip to content

Commit

Permalink
更新版本号到2.0.3。
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Feb 25, 2023
1 parent 334ab55 commit c60a4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.movcontext"
version = "2.0.2"
version = "2.0.3"

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion src/jvmMain/kotlin/ui/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import kotlin.concurrent.schedule


// build.gradle.kts 的版本也需要更改
const val version = "v2.0.2"
const val version = "v2.0.3"


@ExperimentalFoundationApi
Expand Down

0 comments on commit c60a4f1

Please sign in to comment.