aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorPetr Ilin <hevav@hevav.dev>2023-01-23 01:31:47 +0300
committerPetr Ilin <hevav@hevav.dev>2023-01-23 01:31:47 +0300
commit0fc01edf83f47ba9e19b9ea44ab2232cab4fe4a1 (patch)
treee37732f7c53ca73eca62d88e3f783f6623e32168 /build.gradle
parent6e20aed94c7ce313dd280546e2dd537d35cfb002 (diff)
downloadLimboAuth-0fc01edf83f47ba9e19b9ea44ab2232cab4fe4a1.tar.gz
LimboAuth-0fc01edf83f47ba9e19b9ea44ab2232cab4fe4a1.tar.bz2
LimboAuth-0fc01edf83f47ba9e19b9ea44ab2232cab4fe4a1.zip
Removing players from the session/premium cache when changing passwords
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 987ac36..d159a01 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ plugins {
}
setGroup("net.elytrium")
-setVersion("1.1.5")
+setVersion("1.1.6-SNAPSHOT")
java {
setSourceCompatibility(JavaVersion.VERSION_11)