mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-19 14:51:38 +01:00
Release v4.3.0
This commit is contained in:
parent
e2f1c1e16b
commit
aa4139f0b7
@ -1,4 +1,4 @@
|
||||
project.version = '4.2'
|
||||
project.version = '4.3'
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.google.guava:guava:19.0'
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user