Skip to content

Commit

Permalink
build: 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 4, 2022
1 parent 22ff86b commit cc1f19b
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "1.2.1"
version = "1.2.2"

mavenCentralPublish {
useCentralS01()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/skia/MiraiSkiaPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public object MiraiSkiaPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-skia-plugin",
name = "mirai-skia-plugin",
version = "1.2.1",
version = "1.2.2",
) {
author("cssxsh")
}
Expand Down

0 comments on commit cc1f19b

Please sign in to comment.