Skip to content

Commit 280537f

Browse files
committed
v2.0.0
1 parent 93738e6 commit 280537f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

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

4141
|Plugin version|GitBucket version|
4242
|:-------------:|:-------:|
43+
|2.0.0|4.23|
4344
|1.2.0|4.10 - 4.22.0|
4445
|1.1.0|4.10 - 4.21.x|
4546
|1.0.0|4.10 - 4.21.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 = "com.github.YoshinoriN"
3-
val Version = "1.2.0"
3+
val Version = "2.0.0"
44

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

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1111
override val versions: List[Version] = List(
1212
new Version("1.0.0"),
1313
new Version("1.1.0"),
14-
new Version("1.2.0")
14+
new Version("1.2.0"),
15+
new Version("2.0.0")
1516
)
1617

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

0 commit comments

Comments
 (0)