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

Commit

Permalink
更新版本号到 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Jul 19, 2022
1 parent c2934ac commit 659b333
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.3.2"
version = "1.3.3"
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import javax.swing.filechooser.FileSystemView
import kotlin.concurrent.schedule

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

@ExperimentalFoundationApi
@ExperimentalAnimationApi
Expand Down

0 comments on commit 659b333

Please sign in to comment.