Skip to content

Commit

Permalink
Prepare 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Apr 4, 2021
1 parent 7517c6e commit fdecc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
httpVersion=1.10.0
httpVersion=1.11.0
# style guide
kotlin.code.style=official
# config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import java.io.File
internal typealias CommandSubscriber = suspend (String, Long, Long, List<String>) -> Unit

object HttpApiPluginBase : KotlinPlugin(
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.10.0") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.11.0") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit fdecc7d

Please # to comment.