Skip to content

Commit 445cf4b

Browse files
committed
build: mirai-skia-plugin 1.0.3
1 parent 586bda7 commit 445cf4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.0.2"
10+
version = "1.0.3"
1111

1212
repositories {
1313
mavenLocal()

src/main/kotlin/xyz/cssxsh/mirai/plugin/MiraiSkiaPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public object MiraiSkiaPlugin : KotlinPlugin(
1515
JvmPluginDescription(
1616
id = "xyz.cssxsh.mirai.plugin.mirai-skia-plugin",
1717
name = "mirai-skia-plugin",
18-
version = "1.0.2",
18+
version = "1.0.3",
1919
) {
2020
author("cssxsh")
2121
}

0 commit comments

Comments
 (0)