Skip to content

Commit

Permalink
Plugin release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes committed Aug 22, 2024
1 parent faddde2 commit e922337
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Version Infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions Version_Info.json
Original file line number Diff line number Diff line change
@@ -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/"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
versionName = 3.0.2
versionName = 3.0.3
versionChannel = Stable
versionId = 122
targetMinecraftVersion = 1.21
versionId = 123
targetMinecraftVersion = 1.21.1

0 comments on commit e922337

Please sign in to comment.