We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2124ef7 commit 3552556Copy full SHA for 3552556
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "io.github.gnuf0rce"
10
-version = "1.4.0"
+version = "1.4.1"
11
12
mavenCentralPublish {
13
useCentralS01()
src/main/kotlin/io/github/gnuf0rce/mirai/github/GitHubHelperPlugin.kt
@@ -30,7 +30,7 @@ internal object GitHubHelperPlugin : KotlinPlugin(
30
JvmPluginDescription(
31
id = "io.github.gnuf0rce.github-helper",
32
name = "github-helper",
33
- version = "1.4.0",
+ version = "1.4.1"
34
) {
35
author("cssxsh")
36
0 commit comments