Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
WangShuo committed Apr 1, 2021
1 parent 9150cb5 commit 98e0c3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mirai {
}

group = "top.wsure.warframe"
version = "0.0.4"
version = "0.0.5"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/top/wsure/warframe/WorldState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object WorldState : KotlinPlugin(
// @OptIn(ConsoleExperimentalApi::class)
// JvmPluginDescription.loadFromResource()
JvmPluginDescription(
version = "0.0.4",
version = "0.0.5",
id = "top.wsure.warframe.WorldState",
name = "WarframeWorldState",
)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "WarframeWorldState"
author: "WsureDev"
version: "0.0.4"
version: "0.0.5"
id: "top.wsure.warframe.WorldState"
info: "发送help获取菜单,文档地址: https://github.com/WsureDev/warframe-world-state"
main: "top.wsure.warframe.WorldState"
Expand Down

0 comments on commit 98e0c3a

Please sign in to comment.