Skip to content

Commit 03c98f7

Browse files
committed
fix: plugin versions
1 parent bc72a22 commit 03c98f7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Goto the `System Administration` menu, you can see `Monitoring` section.
4040

4141
|Plugin version|GitBucket version|
4242
|:-------------:|:-------:|
43-
|4.0.0|4.32.0 - 4.32.0|
43+
|4.0.x|4.32.0 - 4.32.0|
4444
|3.2.0|4.25.0 - 4.31.x|
4545
|3.1.0|4.25.0 - 4.31.x|
4646
|3.0.0|4.25.0 - 4.31.x|

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Name = "gitbucket-monitorting-plugin"
22
val Organization = "net.yoshinorin"
3-
val Version = "4.0.0"
3+
val Version = "4.0.1"
44

55
lazy val root = project in file(".")
66

src/main/scala/Plugin.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1515
new Version("2.0.0"),
1616
new Version("3.0.0"),
1717
new Version("3.1.0"),
18-
new Version("3.2.0")
18+
new Version("3.2.0"),
19+
new Version("4.0.0"),
20+
new Version("4.0.1"),
1921
)
2022

2123
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)