Skip to content

Commit

Permalink
build: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 8, 2022
1 parent ab2bbc2 commit 352aa53
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 @@ -6,7 +6,7 @@ plugins {
}

group = "xyz.cssxsh.mirai.novelai"
version = "1.0.2"
version = "1.0.3"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/novelai/NovelAiHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public object NovelAiHelper : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.novelai-helper",
name = "novelai-helper",
version = "1.0.2",
version = "1.0.3",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 352aa53

Please sign in to comment.