Skip to content

Commit

Permalink
Bump plugin version -> 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes committed Nov 26, 2023
1 parent c39ad58 commit ea80993
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Version Infos.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Version_Channels": {
"Stable": {
"Latest_Version_Number": 115,
"Latest_Version_Number": 116,
"Log_Level": "Info",
"Actions": [],
"Message": {
"en-US": "§bA new version of PSR (\"2.19.1\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.19.1\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
"en-US": "§bA new version of PSR (\"2.19.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.19.2\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.rothes</groupId>
<artifactId>ProtocolStringReplacer</artifactId>
<version>2.19.1</version>
<version>2.19.2</version>
<packaging>jar</packaging>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class Updater implements Listener {

private static final String VERSION_CHANNEL = "Stable";
private static final int VERSION_NUMBER = 115;
private static final int VERSION_NUMBER = 116;
private final HashMap<String, Integer> msgTimesMap = new HashMap<>();
private final List<String> messages = new ArrayList<>();
private final ProtocolStringReplacer plugin;
Expand Down

0 comments on commit ea80993

Please sign in to comment.