Skip to content

Commit 9c9e203

Browse files
committed
release v5.1.0
1 parent 1528830 commit 9c9e203

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Name = "gitbucket-monitorting-plugin"
22
val Organization = "net.yoshinorin"
3-
val Version = "5.0.0"
3+
val Version = "5.1.0"
44

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

@@ -16,4 +16,4 @@ scalacOptions ++= Seq(
1616
"-unchecked"
1717
)
1818

19-
scalafmtOnCompile := true
19+
scalafmtOnCompile := true

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1919
new Version("4.0.0"),
2020
new Version("4.0.1"),
2121
new Version("5.0.0"),
22+
new Version("5.1.0"),
2223
)
2324

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

0 commit comments

Comments
 (0)