Skip to content

Commit ca9bd89

Browse files
committed
Bump plugin version -> 2.17.1
1 parent 943a72e commit ca9bd89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Version Infos.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"Version_Channels": {
33
"Stable": {
4-
"Latest_Version_Number": 106,
4+
"Latest_Version_Number": 107,
55
"Log_Level": "Info",
66
"Actions": [],
77
"Message": {
8-
"en-US": "§bA new version of PSR (\"2.17.0\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
9-
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.17.0\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
8+
"en-US": "§bA new version of PSR (\"2.17.1\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
9+
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.17.1\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
1010
}
1111
}
1212
},

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.rothes</groupId>
88
<artifactId>ProtocolStringReplacer</artifactId>
9-
<version>2.17.0</version>
9+
<version>2.17.1</version>
1010
<packaging>jar</packaging>
1111

1212
<repositories>

src/main/java/me/rothes/protocolstringreplacer/Updater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class Updater implements Listener {
2929

3030
private static final String VERSION_CHANNEL = "Stable";
31-
private static final int VERSION_NUMBER = 106;
31+
private static final int VERSION_NUMBER = 107;
3232
private final HashMap<String, Integer> msgTimesMap = new HashMap<>();
3333
private final List<String> messages = new ArrayList<>();
3434
private final ProtocolStringReplacer plugin;

0 commit comments

Comments
 (0)