File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/de/randombyte/commandutils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " gradle.plugin.flavor.pie:promptsign:1.1.0 "
8+ classpath " gradle.plugin.flavor.pie:promptsign:1.0.2 "
99 }
1010}
1111
@@ -22,7 +22,7 @@ if (!isJitpack) {
2222}
2323
2424group " de.randombyte"
25- version " 2.3 .0"
25+ version " 2.4 .0"
2626
2727repositories {
2828 jcenter()
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class CommandUtils @Inject constructor(
4848 companion object {
4949 const val ID = " command-utils"
5050 const val NAME = " CommandUtils"
51- const val VERSION = " 2.3 .0"
51+ const val VERSION = " 2.4 .0"
5252 const val AUTHOR = " RandomByte"
5353
5454 const val PLACEHOLDER_API_ID = " placeholderapi"
You can’t perform that action at this time.
0 commit comments