Skip to content

Commit

Permalink
build: release v1.7.2.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed Sep 12, 2021
1 parent 6c63ab3 commit 2b758b2
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 @@ -8,7 +8,7 @@ plugins {
id("org.openjfx.javafxplugin") version "0.0.10"
}
group = "me.leon.toolsfx"
version = "1.7.1.beta"
version = "1.7.2.beta"
val tornadofx_version: String by rootProject

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/me/leon/Config.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package me.leon

const val VERSION = "1.7.1.beta"
const val VERSION = "1.7.2.beta"
const val REPO_URL = "https://github.com/Leon406/ToolsFx"
const val PJ52_URL = "https://www.52pojie.cn/thread-1501153-1-1.html"
const val LAN_ZOU_DOWNLOAD_URL = "https://leon.lanzoui.com/b0d9av2kb"
Expand Down

0 comments on commit 2b758b2

Please sign in to comment.