This commit is contained in:
Luck 2021-03-04 15:13:40 +00:00
parent bb01c74642
commit b7f05a2f91
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,5 +1,5 @@
group = 'net.luckperms'
project.version = '5.2'
project.version = '5.3'
dependencies {
compileOnly 'org.checkerframework:checker-qual:3.8.0'

View File

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