mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-02-06 07:31:23 +01:00
API 5.3
This commit is contained in:
parent
bb01c74642
commit
b7f05a2f91
@ -1,5 +1,5 @@
|
||||
group = 'net.luckperms'
|
||||
project.version = '5.2'
|
||||
project.version = '5.3'
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.checkerframework:checker-qual:3.8.0'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user