Skip to content

Commit

Permalink
release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Mar 6, 2022
1 parent 1528830 commit 9c9e203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "5.0.0"
val Version = "5.1.0"

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

Expand All @@ -16,4 +16,4 @@ scalacOptions ++= Seq(
"-unchecked"
)

scalafmtOnCompile := true
scalafmtOnCompile := true
1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.0.0"),
new Version("4.0.1"),
new Version("5.0.0"),
new Version("5.1.0"),
)

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

0 comments on commit 9c9e203

Please sign in to comment.