Skip to content

Commit

Permalink
Updated to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTuxn committed Oct 3, 2021
1 parent f6f7dbd commit 77e8c79
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-Terra</artifactId>
<version>2.0</version>
<version>2.1</version>

<repositories>
<!-- World Edit -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

public class PlotSystemTerra extends JavaPlugin {

private static final String VERSION = "2.0";
private static final String VERSION = "2.1";

private static PlotSystemTerra plugin;
private ConfigManager 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.plotsystemterra.PlotSystemTerra
version: 2.0
version: 2.1
api-version: 1.12.2
name: PlotSystem-Terra
author: R3tuxn, Coppertine
Expand Down

0 comments on commit 77e8c79

Please sign in to comment.