Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassebq committed Oct 30, 2024
1 parent 9e5124a commit 5097f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
def ENV = System.getenv()

group = 'org.mcphackers'
version = 1.0
version = 1.1
if(!ENV.RELEASE.equals('1')) {
project.version += '-SNAPSHOT'
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mcphackers/launchwrapper/Launch.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class Launch {

public static final String VERSION = "1.0";
public static final String VERSION = "1.1";
public static final Logger LOGGER = new Logger();

/**
Expand Down

0 comments on commit 5097f63

Please sign in to comment.