Skip to content

Commit e922337

Browse files
committed
Plugin release 3.0.3
1 parent faddde2 commit e922337

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44

5-
A Spigot plugin for Minecraft 1.8 - 1.21 that gives you the ability to edit the strings/components in packet sends to players.
5+
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.
66

77
Please visit [SpigotMC](#links) or [MCBBS](#links) for a detailed description.
88

Version Infos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Log_Level": "Info",
66
"Actions": [],
77
"Message": {
8-
"en-US": "§bA new version of PSR (\"3.0.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/"
8+
"en-US": "§bA new version of PSR (\"3.0.3\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/"
99
}
1010
}
1111
},

Version_Info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"Version_Channels": {
33
"Stable": {
4-
"Latest_Version_Number": 122,
4+
"Latest_Version_Number": 123,
55
"Log_Level": "Info",
66
"Actions": [],
77
"Message": {
8-
"en-US": "§bA new version of PSR (\"3.0.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/"
8+
"en-US": "§bA new version of PSR (\"3.0.3\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/"
99
}
1010
}
1111
},

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
versionName = 3.0.2
1+
versionName = 3.0.3
22
versionChannel = Stable
3-
versionId = 122
4-
targetMinecraftVersion = 1.21
3+
versionId = 123
4+
targetMinecraftVersion = 1.21.1

0 commit comments

Comments
 (0)