Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jan 22, 2018
1 parent d9204a2 commit 8f8be27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Goto the `System Administration` menu, you can see `Monitoring` section.

|Plugin version|GitBucket version|
|:-------------:|:-------:|
|1.2.0|4.10 - 4.20.0|
|1.1.0|4.10 - 4.20.0|
|1.0.0|4.10 - 4.20.0|

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val Name = "gitbucket-monitorting-plugin"
val Organization = "com.github.YoshinoriN"
val Version = "1.1.0"
val Version = "1.2.0"

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

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val description: String = "Display machine information, resources, processes, Java information and GitBucket's log."
override val versions: List[Version] = List(
new Version("1.0.0"),
new Version("1.1.0")
new Version("1.1.0"),
new Version("1.2.0")
)

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

0 comments on commit 8f8be27

Please sign in to comment.