Skip to content

Commit

Permalink
build: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 11, 2023
1 parent 71d8f29 commit 90bd767
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.1.0"
version = "1.2.0"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public object FixProtocolVersionPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.fix-protocol-version",
name = "fix-protocol-version",
version = "1.1.0",
version = "1.2.0",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 90bd767

Please sign in to comment.