Skip to content

Commit

Permalink
update to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTuxn committed Feb 14, 2023
1 parent 2b1d43c commit 0fa4a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.alpsbte</groupId>
<artifactId>PlotSystem</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>

<repositories>
<!-- Spigot & Bukkit -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alpsbte/plotsystem/PlotSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import java.util.logging.Level;

public class PlotSystem extends JavaPlugin {
private static final String VERSION = "3.0.2";
private static final String VERSION = "3.0.3";

private static PlotSystem plugin;
private ConfigUtil configManager;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
main: com.alpsbte.plotsystem.PlotSystem
version: 3.0.2
version: 3.0.3
api-version: 1.12.2
name: Plot-System
author: R3tuxn & Cinnazeyy
Expand Down

0 comments on commit 0fa4a34

Please sign in to comment.