Skip to content

Commit

Permalink
Bump plugin version -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes committed Jul 10, 2023
1 parent 939653b commit 50c4be4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Version Infos.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Version_Channels": {
"Stable": {
"Latest_Version_Number": 5,
"Latest_Version_Number": 6,
"Actions": [],
"Log_Level": "Info",
"Message": {
"en-US": "§bA new version of BPM+ (\"1.2.0\") is available!\n§bUpdate here: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !",
"zh-CN": "§bBungeePluginManager+ 有新版本 (\"1.2.0\") 了!\n§b请更新您的插件: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !"
"en-US": "§bA new version of BPM+ (\"1.3.0\") is available!\n§bUpdate here: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !",
"zh-CN": "§bBungeePluginManager+ 有新版本 (\"1.3.0\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/q1ae11h7/ !"
}
}
},
Expand All @@ -17,10 +17,10 @@
"Message_Times": 2,
"Message": {
"en-US": "§bEnjoy BPM+ ? Join our Discord: https://discord.gg/zwzzkmYCBb",
"zh-CN": "§b欢迎加入我们的空巢 QQ群: 422532220 !"
"zh-CN": "§b使用插件时需要帮助, 欢迎加入我们的 QQ群: 422532220 !"
}
},
"2-5-Update-Tip": {
"2-6-Update-Tip": {
"Log_Level": "Info",
"Actions": [],
"Message": {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
defaultTasks("shadowJar")

group = "io.github.rothes.bungeepluginmanagerplus"
version = "1.2.0"
version = "1.3.0"

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.util.concurrent.TimeUnit
object Updater {

private const val VERSION_CHANNCEL = "Stable"
private const val VERSION_NUMBER = 5
private const val VERSION_NUMBER = 6
private val msgTimesMap = mutableMapOf<String, Int>()
private val HOST_STRING: String by lazy {
if (I18nHelper.locale == "zh-CN") "raw.fastgit.org"
Expand Down

0 comments on commit 50c4be4

Please sign in to comment.