1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-22 06:02:49 +02:00
This commit is contained in:
Luck
2021-03-04 15:13:40 +00:00
parent bb01c74642
commit b7f05a2f91
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