Skip to content

Commit 50c4be4

Browse files
committed
Bump plugin version -> 1.3.0
1 parent 939653b commit 50c4be4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Version Infos.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"Version_Channels": {
33
"Stable": {
4-
"Latest_Version_Number": 5,
4+
"Latest_Version_Number": 6,
55
"Actions": [],
66
"Log_Level": "Info",
77
"Message": {
8-
"en-US": "§bA new version of BPM+ (\"1.2.0\") is available!\n§bUpdate here: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !",
9-
"zh-CN": "§bBungeePluginManager+ 有新版本 (\"1.2.0\") 了!\n§b请更新您的插件: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !"
8+
"en-US": "§bA new version of BPM+ (\"1.3.0\") is available!\n§bUpdate here: https://www.spigotmc.org/resources/bungeepluginmanagerplus.98855/ !",
9+
"zh-CN": "§bBungeePluginManager+ 有新版本 (\"1.3.0\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/q1ae11h7/ !"
1010
}
1111
}
1212
},
@@ -17,10 +17,10 @@
1717
"Message_Times": 2,
1818
"Message": {
1919
"en-US": "§bEnjoy BPM+ ? Join our Discord: https://discord.gg/zwzzkmYCBb",
20-
"zh-CN": "§b欢迎加入我们的空巢 QQ群: 422532220 !"
20+
"zh-CN": "§b使用插件时需要帮助, 欢迎加入我们的 QQ群: 422532220 !"
2121
}
2222
},
23-
"2-5-Update-Tip": {
23+
"2-6-Update-Tip": {
2424
"Log_Level": "Info",
2525
"Actions": [],
2626
"Message": {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212
defaultTasks("shadowJar")
1313

1414
group = "io.github.rothes.bungeepluginmanagerplus"
15-
version = "1.2.0"
15+
version = "1.3.0"
1616

1717
repositories {
1818
mavenLocal()

bungeecord/src/main/kotlin/io/github/rothes/bungeepluginmanagerplus/bungeecord/internal/Updater.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.util.concurrent.TimeUnit
1414
object Updater {
1515

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

0 commit comments

Comments
 (0)