Skip to content

Commit

Permalink
build: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 31, 2023
1 parent 74beb85 commit 9f4546b
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,5 +1,9 @@
## 1.4.1 (23/03/30)

1. fix: prompt `~`

## 1.4.1 (23/03/30)

1. fix: config-reload
2. fix: prompt load
3. feat: prompt `~`, close #25
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1"
version = "1.4.2"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public object MiraiOpenAiPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-openai-plugin",
name = "mirai-openai-plugin",
version = "1.4.1",
version = "1.4.2",
) {
author("cssxsh")

Expand Down

0 comments on commit 9f4546b

Please sign in to comment.