Skip to content

Commit

Permalink
Bump plugin version -> 2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes committed Feb 8, 2023
1 parent 0273ddc commit a7b443b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Version Infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Log_Level": "Info",
"Actions": [],
"Message": {
"en-US": "§bA new version of PSR (\"2.17.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.17.2\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
"en-US": "§bA new version of PSR (\"2.17.3\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.17.3\") 了!\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.17.2</version>
<version>2.17.3</version>
<packaging>jar</packaging>

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

private static final String VERSION_CHANNEL = "Stable";
private static final int VERSION_NUMBER = 108;
private static final int VERSION_NUMBER = 109;
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 a7b443b

Please sign in to comment.