Skip to content

Commit

Permalink
build: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 14, 2022
1 parent 34aa78a commit 7a21e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.2.2"
version = "1.2.3"

mavenCentralPublish {
useCentralS01()
Expand Down
Expand Up @@ -15,7 +15,7 @@ import java.time.*
import java.util.zip.*

object DebugHelperPlugin : KotlinPlugin(
JvmPluginDescription(id = "io.gnuf0rce.mirai.plugin.debug-helper", version = "1.2.2") {
JvmPluginDescription(id = "io.github.gnuf0rce.debug-helper", version = "1.2.3") {
name("debug-helper")
author("cssxsh")
}
Expand Down

0 comments on commit 7a21e05

Please sign in to comment.