We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115baab commit 5b5d085Copy full SHA for 5b5d085
2 files changed
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
}
6
7
dependencies {
8
- classpath "gradle.plugin.flavor.pie:promptsign:1.1.0"
+ classpath "gradle.plugin.flavor.pie:promptsign:1.0.2"
9
10
11
@@ -22,7 +22,7 @@ if (!isJitpack) {
22
23
24
group "de.randombyte"
25
-version "2.3.0"
+version "2.4.0"
26
27
repositories {
28
jcenter()
src/main/kotlin/de/randombyte/commandutils/CommandUtils.kt
@@ -48,7 +48,7 @@ class CommandUtils @Inject constructor(
48
companion object {
49
const val ID = "command-utils"
50
const val NAME = "CommandUtils"
51
- const val VERSION = "2.3.0"
+ const val VERSION = "2.4.0"
52
const val AUTHOR = "RandomByte"
53
54
const val PLACEHOLDER_API_ID = "placeholderapi"
0 commit comments