We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f6ef4 commit 54bc6ddCopy full SHA for 54bc6dd
1 file changed
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
id("com.xpdustry.toxopid") version "4.2.0"
14
}
15
16
-version = "2.0.0" + if (findProperty("release").toString().toBoolean()) "" else "-SNAPSHOT"
+version = "2.0.1" + if (findProperty("release").toString().toBoolean()) "" else "-SNAPSHOT"
17
group = "com.xpdustry"
18
description = "A collection of plugins providing SQL drivers for other plugins."
19
0 commit comments