Skip to content

Commit 5b5d085

Browse files
v2.4.0
1 parent 115baab commit 5b5d085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
group "de.randombyte"
25-
version "2.3.0"
25+
version "2.4.0"
2626

2727
repositories {
2828
jcenter()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)