Bump version

This commit is contained in:
okx-code
2021-01-15 23:31:33 +00:00
parent 03a9ef1f73
commit 64dafd2171
+2 -2
View File
@@ -4,7 +4,7 @@ plugins {
} }
group 'sh.okx' group 'sh.okx'
version '3.11-beta.2' version '3.11'
repositories { repositories {
mavenCentral() mavenCentral()
@@ -27,7 +27,7 @@ dependencies {
testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0' testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0'
compileOnly 'org.jetbrains:annotations:16.0.2' compileOnly 'org.jetbrains:annotations:16.0.2'
implementation 'org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT' implementation 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
implementation('com.github.Realizedd:TokenManager:3.2.4') { implementation('com.github.Realizedd:TokenManager:3.2.4') {
transitive = false transitive = false
} }