Skip to content

Commit

Permalink
build: 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 7, 2023
1 parent e72f90a commit ef1fdb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.1 (23/03/05)

1. fix: nudge record

## 2.7.0 (23/03/05)

1. feat: RecalledKind
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "2.7.0"
version = "2.7.1"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal object MiraiHibernatePlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-hibernate-plugin",
name = "mirai-hibernate-plugin",
version = "2.7.0",
version = "2.7.1",
) {
author("cssxsh")

Expand Down

0 comments on commit ef1fdb4

Please sign in to comment.