diff --git a/README.md b/README.md index 825c51d..b03e70c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/10b4b7cb53d34e8289d708fa3a5e3caf)](https://app.codacy.com/gh/Rothes/ProtocolStringReplacer?utm_source=github.com&utm_medium=referral&utm_content=Rothes/ProtocolStringReplacer&utm_campaign=Badge_Grade_Settings) -A Spigot plugin for Minecraft 1.8 - 1.21 that gives you the ability to edit the strings/components in packet sends to players. +A Spigot plugin for Minecraft 1.8 - 1.21.1 that gives you the ability to edit the strings/components in packet sends to players. Please visit [SpigotMC](#links) or [MCBBS](#links) for a detailed description. diff --git a/Version Infos.json b/Version Infos.json index 025296a..f80b0c3 100644 --- a/Version Infos.json +++ b/Version Infos.json @@ -5,7 +5,7 @@ "Log_Level": "Info", "Actions": [], "Message": { - "en-US": "§bA new version of PSR (\"3.0.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" + "en-US": "§bA new version of PSR (\"3.0.3\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" } } }, diff --git a/Version_Info.json b/Version_Info.json index 5f68da6..5dbea46 100644 --- a/Version_Info.json +++ b/Version_Info.json @@ -1,11 +1,11 @@ { "Version_Channels": { "Stable": { - "Latest_Version_Number": 122, + "Latest_Version_Number": 123, "Log_Level": "Info", "Actions": [], "Message": { - "en-US": "§bA new version of PSR (\"3.0.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" + "en-US": "§bA new version of PSR (\"3.0.3\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/" } } }, diff --git a/gradle.properties b/gradle.properties index f7cb927..3720317 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -versionName = 3.0.2 +versionName = 3.0.3 versionChannel = Stable -versionId = 122 -targetMinecraftVersion = 1.21 \ No newline at end of file +versionId = 123 +targetMinecraftVersion = 1.21.1 \ No newline at end of file