Skip to content

Commit 8f8be27

Browse files
committed
v1.2.0
1 parent d9204a2 commit 8f8be27

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+
|1.2.0|4.10 - 4.20.0|
4344
|1.1.0|4.10 - 4.20.0|
4445
|1.0.0|4.10 - 4.20.0|
4546

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.1.0"
3+
val Version = "1.2.0"
44

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

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1010
override val description: String = "Display machine information, resources, processes, Java information and GitBucket's log."
1111
override val versions: List[Version] = List(
1212
new Version("1.0.0"),
13-
new Version("1.1.0")
13+
new Version("1.1.0"),
14+
new Version("1.2.0")
1415
)
1516

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

0 commit comments

Comments
 (0)