Skip to content

Commit 0a9b9fb

Browse files
committed
Bump version
1 parent d3a630c commit 0a9b9fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
def ENV = System.getenv()
88

99
group = 'org.mcphackers'
10-
version = '1.1.2'
10+
version = '1.1.3'
1111
if(!ENV.RELEASE.equals('1')) {
1212
project.version += '-SNAPSHOT'
1313
}

src/main/java/org/mcphackers/launchwrapper/Launch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class Launch {
88

9-
public static final String VERSION = "1.1.2";
9+
public static final String VERSION = "1.1.3";
1010
public static final Logger LOGGER = new Logger();
1111

1212
/**

0 commit comments

Comments
 (0)