Skip to content

Commit

Permalink
Update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Oct 20, 2024
1 parent 01f5f7f commit 5896447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>uberbukkit</artifactId>
<packaging>jar</packaging>
<version>2.0.1</version>
<version>2.0.2</version>
<name>UberBukkit</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/uk/betacraft/uberbukkit/Uberbukkit.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class Uberbukkit {
// TODO: Change this automatically migration to Gradle
private static final String version = "2.0.1";
private static final String version = "2.0.2";
private static Integer pvn = null;
private static List<Integer> pvns = null;

Expand Down

0 comments on commit 5896447

Please sign in to comment.