Skip to content

Commit

Permalink
build: 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 16, 2023
1 parent ca06381 commit 0f4814d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.3 (23/03/16)

1. fix: timer
2. update: `org.eclipse.angus:angus-mail:2.0.1`

## 1.3.2 (23/03/04)

1. fix: MiraiBackupService, close #16
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2"
version = "1.3.3"

mavenCentralPublish {
useCentralS01()
Expand All @@ -28,7 +28,7 @@ repositories {
dependencies {
api("com.cronutils:cron-utils:9.2.0")
api("jakarta.mail:jakarta.mail-api:2.1.1")
implementation("org.eclipse.angus:angus-mail:1.1.0")
implementation("org.eclipse.angus:angus-mail:2.0.1")
testImplementation(kotlin("test"))
//
implementation(platform("net.mamoe:mirai-bom:2.14.0"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/admin/MiraiAdminPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal object MiraiAdminPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
name = "mirai-administrator",
version = "1.3.2",
version = "1.3.3",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 0f4814d

Please sign in to comment.