There was an error while loading. Please reload this page.
1 parent ab16068 commit 23da9edCopy full SHA for 23da9ed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group "de.randombyte"
9
-version "1.2"
+version "1.3"
10
11
repositories {
12
jcenter()
src/main/kotlin/de/randombyte/commandutils/CommandUtils.kt
@@ -43,7 +43,7 @@ class CommandUtils @Inject constructor(
43
companion object {
44
const val ID = "command-utils"
45
const val NAME = "CommandUtils"
46
- const val VERSION = "1.2"
+ const val VERSION = "1.4"
47
const val AUTHOR = "RandomByte"
48
49
const val ROOT_PERMISSION = ID
0 commit comments