Skip to content

Commit 23da9ed

Browse files
new version
1 parent ab16068 commit 23da9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group "de.randombyte"
9-
version "1.2"
9+
version "1.3"
1010

1111
repositories {
1212
jcenter()

src/main/kotlin/de/randombyte/commandutils/CommandUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CommandUtils @Inject constructor(
4343
companion object {
4444
const val ID = "command-utils"
4545
const val NAME = "CommandUtils"
46-
const val VERSION = "1.2"
46+
const val VERSION = "1.4"
4747
const val AUTHOR = "RandomByte"
4848

4949
const val ROOT_PERMISSION = ID

0 commit comments

Comments
 (0)