Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Aug 3, 2023
1 parent 9cd800d commit 75dc638
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 @@ -15,7 +15,7 @@ dependencies {
implementation("org.jsoup:jsoup:1.15.3")
}

version = "0.3.0"
version = "0.3.1"

repositories {
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/ltd/guimc/lgzbot/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import net.mamoe.mirai.event.events.NudgeEvent
object PluginMain : KotlinPlugin(
JvmPluginDescription(
"ltd.guimc.lgzbot",
"0.3.0",
"0.3.1",
"LgzBot",
){
author("BakaBotTeam")
Expand Down

0 comments on commit 75dc638

Please sign in to comment.