Release API v4.4
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
project.version = '4.3'
|
project.version = '4.4'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.google.guava:guava:19.0'
|
compileOnly 'com.google.guava:guava:19.0'
|
||||||
|
|||||||
+2
-2
@@ -16,7 +16,7 @@ subprojects {
|
|||||||
apply plugin: 'net.minecrell.licenser'
|
apply plugin: 'net.minecrell.licenser'
|
||||||
|
|
||||||
group = 'me.lucko.luckperms'
|
group = 'me.lucko.luckperms'
|
||||||
version = '4.3-SNAPSHOT'
|
version = '4.4-SNAPSHOT'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
@@ -45,7 +45,7 @@ subprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
project.ext.majorVersion = '4'
|
project.ext.majorVersion = '4'
|
||||||
project.ext.minorVersion = '3'
|
project.ext.minorVersion = '4'
|
||||||
project.ext.patchVersion = determinePatchVersion()
|
project.ext.patchVersion = determinePatchVersion()
|
||||||
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.patchVersion
|
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.patchVersion
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -49,7 +49,7 @@ public class ApiPlatformInfo implements PlatformInfo {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public double getApiVersion() {
|
public double getApiVersion() {
|
||||||
return 4.2;
|
return 4.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user