Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
更新版本号到 v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Dec 8, 2022
1 parent 868e575 commit 56eaf32
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.typinglearner"
version = "1.4.3"
version = "1.5.0"
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/ui/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import kotlin.concurrent.schedule


// build.gradle.kts 的版本也需要更改
const val version = "v1.4.3"
const val version = "v1.5.0"


@ExperimentalFoundationApi
Expand Down

0 comments on commit 56eaf32

Please sign in to comment.