Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Mar 22, 2019
1 parent 2ef3108 commit 3bdba13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 = "net.yoshinorin"
val Version = "3.1.0"
val Version = "3.2.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 @@ -14,7 +14,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.2.0"),
new Version("2.0.0"),
new Version("3.0.0"),
new Version("3.1.0")
new Version("3.1.0"),
new Version("3.2.0")
)

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

0 comments on commit 3bdba13

Please sign in to comment.