Release v4.3.0

This commit is contained in:
Luck 2018-09-23 15:04:15 +01:00
parent e2f1c1e16b
commit aa4139f0b7
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@ subprojects {
apply plugin: 'maven'
group = 'me.lucko.luckperms'
version = '4.2-SNAPSHOT'
version = '4.3-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@ -36,7 +36,7 @@ subprojects {
}
project.ext.majorVersion = '4'
project.ext.minorVersion = '2'
project.ext.minorVersion = '3'
project.ext.patchVersion = determinePatchVersion()
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.patchVersion