Skip to content

Commit

Permalink
build: 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 19, 2023
1 parent a4ab619 commit 5d9688f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Init gradle project
run: ./gradlew clean --scan

- name: Build all
- name: Assemble
run: ./gradlew assemble --scan

- name: OpenAiClientTest
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.3.3"
version = "1.3.4"

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.3.3",
version = "1.3.4",
) {
author("cssxsh")

Expand Down

0 comments on commit 5d9688f

Please sign in to comment.