Release API v4.4

master
Luck 2019-04-02 16:30:21 +01:00
parent 62ca2d9c79
commit 8eed4558f4
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
project.version = '4.3'
project.version = '4.4'
dependencies {
compileOnly 'com.google.guava:guava:19.0'

View File

@ -16,7 +16,7 @@ subprojects {
apply plugin: 'net.minecrell.licenser'
group = 'me.lucko.luckperms'
version = '4.3-SNAPSHOT'
version = '4.4-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@ -45,7 +45,7 @@ subprojects {
}
project.ext.majorVersion = '4'
project.ext.minorVersion = '3'
project.ext.minorVersion = '4'
project.ext.patchVersion = determinePatchVersion()
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.patchVersion

View File

@ -49,7 +49,7 @@ public class ApiPlatformInfo implements PlatformInfo {
@Override
public double getApiVersion() {
return 4.2;
return 4.4;
}
@Override