File tree Expand file tree Collapse file tree
src/main/java/fr/snipertvmc/essentialsxgui/managers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <groupId >fr.snipertvmc.essentialsxgui</groupId >
99 <artifactId >EssentialsX-GUI</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111
1212
1313 <properties >
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ public class FilesManager {
5656
5757
5858 private final Map <String , String > filesVersions = new HashMap <>() {{
59- put ("configuration" , "1.5" ); // Updated for version: 1.2.1
60- put ("messages" , "1.5" ); // Updated for version: 1.2.1
59+ put ("configuration" , "1.5" ); // Updated for version: 1.3.0
60+ put ("messages" , "1.5" ); // Updated for version: 1.3.0
6161
6262 put ("homeEditing" , "1.1" ); // Updated for version: 1.0.2
6363 put ("homes" , "1.3" ); // Updated for version: 1.1.0
@@ -74,8 +74,8 @@ public class FilesManager {
7474 put ("warpsAdminView" , "1.0" ); // Updated for version: 1.2.0
7575 put ("warpsPlayerView" , "1.0" ); // Updated for version: 1.2.0
7676
77- put ("whoisPlayers" , "1.0" ); // Updated for version: 1.2.1
78- put ("whoisView" , "1.0" ); // Updated for version: 1.2.1
77+ put ("whoisPlayers" , "1.0" ); // Updated for version: 1.3.0
78+ put ("whoisView" , "1.0" ); // Updated for version: 1.3.0
7979
8080 put ("dataEntryGUI" , "1.0" ); // Updated for version: 1.1.0
8181 }};
You can’t perform that action at this time.
0 commit comments