Skip to content

Commit

Permalink
更新版本号到 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Sep 8, 2023
1 parent 621eb63 commit d8153b3
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.8"
version = "2.1.1"

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 @@ -50,7 +50,7 @@ import kotlin.concurrent.schedule


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


@ExperimentalFoundationApi
Expand Down

0 comments on commit d8153b3

Please sign in to comment.