Skip to content

Commit 6a1d6d9

Browse files
authored
Merge pull request #5 from maliboot/1.x
1.x
2 parents 51eeff9 + 9076fe2 commit 6a1d6d9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "io.maliboot.devkit.idea"
8-
version = "1.0.0-rc.4"
8+
version = "1.0.0-rc.5"
99

1010
repositories {
1111
mavenCentral()
@@ -32,7 +32,7 @@ tasks {
3232

3333
patchPluginXml {
3434
sinceBuild.set("231")
35-
untilBuild.set("232.*")
35+
untilBuild.set("233.*")
3636
changeNotes.set(file("src/main/resources/META-INF/change-notes.html").readText().replace("<html>", "").replace("</html>", ""))
3737
}
3838

src/main/resources/io/maliboot/devkit/idea/hyperf/dic/hyperf.dic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ hyperf
22
jsonrpc
33
jsonrpc-http
44
swoole
5-
maliboot
5+
maliboot
6+
Arrayable

0 commit comments

Comments
 (0)