Skip to content

Commit

Permalink
build: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 23, 2022
1 parent 9922519 commit ece8aa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ plugins {
kotlin("jvm") version "1.7.20"
kotlin("plugin.serialization") version "1.7.20"

id("net.mamoe.mirai-console") version "2.13.0-RC"
id("net.mamoe.mirai-console") version "2.13.0-RC2"
}

group = "xyz.cssxsh.mirai.novelai"
version = "1.0.10"
version = "1.1.0"

repositories {
mavenLocal()
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {

testImplementation(kotlin("test"))
testImplementation("org.slf4j:slf4j-simple:2.0.3")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC2")
}

kotlin {
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.10",
version = "1.1.0",
) {
author("cssxsh")
}
Expand Down

0 comments on commit ece8aa8

Please sign in to comment.