Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxue1272 committed Nov 13, 2023
1 parent 878b6ff commit 3396997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions README.md
@@ -1,6 +1,6 @@
<h1>Valorant Bot plugin</h1>

## v0.8.0
## v0.8.3
**从此版本开始, 后续更新随缘**

Miria Console 插件
Expand All @@ -22,14 +22,9 @@ Miria Console 插件

****

### **爱发电(网络乞丐来了)**
2023.11.12

2023.08.30

由于本人目前已经离职跑路 + 月光族, 所以目前米不能说是很紧张, 但是也不富裕, 哎呀, 也不撤那么多了, 都是借口.
只能说如果有大哥愿意赞助我那我真给大伙磕头了.

https://afdian.net/a/xiaoxue1272
**不想当网络乞丐惹**

****

2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.tiangou"
version = "0.8.2"
version = "0.8.3"

val ktorVersion = "2.3.4"
val skikoVersion = "0.7.80"
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/io/tiangou/ValorantBotPlugin.kt
Expand Up @@ -18,7 +18,7 @@ object ValorantBotPlugin : KotlinPlugin(
description = JvmPluginDescription(
id = "io.tiangou.valorant-bot-plugin",
name = "valorant-bot-plugin",
version = "0.8.2"
version = "0.8.3"
)
{
author("xiaoxue1272")
Expand Down

0 comments on commit 3396997

Please sign in to comment.