Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoLittle committed May 10, 2022
1 parent e3baa5a commit de7fbd2
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 @@ -10,7 +10,7 @@ plugins {
}

group = "org.laolittle.plugin"
version = "1.0.7"
version = "1.0.8"

kotlin {
explicitApi = ExplicitApiMode.Strict
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/SkikoMirai.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public object SkikoMirai : KotlinPlugin(
JvmPluginDescription(
id = "org.laolittle.plugin.SkikoMirai",
name = "SkikoMirai",
version = "1.0.7",
version = "1.0.8",
) {
author("LaoLittle")
}
Expand Down

0 comments on commit de7fbd2

Please sign in to comment.