Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Apr 13, 2018
1 parent 93738e6 commit 280537f
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|
|:-------------:|:-------:|
|2.0.0|4.23|
|1.2.0|4.10 - 4.22.0|
|1.1.0|4.10 - 4.21.x|
|1.0.0|4.10 - 4.21.x|
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.2.0"
val Version = "2.0.0"

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

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 @@ -11,7 +11,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val versions: List[Version] = List(
new Version("1.0.0"),
new Version("1.1.0"),
new Version("1.2.0")
new Version("1.2.0"),
new Version("2.0.0")
)

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

0 comments on commit 280537f

Please sign in to comment.