1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 05:40:47 +02:00

Release API 5.1

This commit is contained in:
Luck
2020-05-10 14:02:57 +01:00
parent 73d76d860e
commit 3bf2fab2e9
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
group = 'net.luckperms'
project.version = '5.0'
project.version = '5.1'
dependencies {
compileOnly 'org.checkerframework:checker-qual:2.5.5'
@@ -68,9 +68,10 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass
developers {
developer {
id 'lucko'
name 'Luck'
url 'https://lucko.me'
email 'git@lucko.me'
url 'https://github.com/lucko'
}
}