Skip to content

Commit

Permalink
build(app): release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed May 12, 2022
1 parent 07f7bc3 commit 09c7415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "me.leon.tools"
version = "1.12.5.beta01"
version = "1.13.0"

plugins {
application
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/kotlin/me/leon/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package me.leon

import java.io.File

const val VERSION = "1.12.5.beta01"
const val BUILD_DATE = "2022-05-05"
const val VERSION = "1.13.0"
const val BUILD_DATE = "2022-05-15"
const val REPO_URL = "https://github.com/Leon406/ToolsFx"
const val REPO_ISSUE = "https://github.com/Leon406/ToolsFx/issues/new"
const val LAN_ZOU_DOWNLOAD_URL = "https://leon.lanzoub.com/b0d9av2kb?pwd=52pj"
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"version":"1.12.5.beta01","info":"1.12.5.beta01
{"version":"1.13.0","info":"1.13.0,

🔥 内嵌浏览器支持系统浏览器打开,美化UI
🔥 提示信息新增输入输出长度显示
Expand Down

0 comments on commit 09c7415

Please sign in to comment.