Skip to content

Commit

Permalink
Bump plugin version -> 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes committed Jun 12, 2023
1 parent e979348 commit 8d29187
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": 112,
"Latest_Version_Number": 113,
"Log_Level": "Info",
"Actions": [],
"Message": {
"en-US": "§bA new version of PSR (\"2.18.0\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.18.0\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
"en-US": "§bA new version of PSR (\"2.18.1\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/",
"zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.18.1\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions 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.18.0</version>
<version>2.18.1</version>
<packaging>jar</packaging>

<repositories>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.19.4-R0.1-SNAPSHOT</version>
<version>1.20-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
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 = 112;
private static final int VERSION_NUMBER = 113;
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 8d29187

Please sign in to comment.