Skip to content

Commit 5f31842

Browse files
committed
update plug-in version
1 parent 1074d15 commit 5f31842

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/scala/Plugin.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import io.github.gitbucket.solidbase.model.Version
33
import gitbucket.core.controller.Context
44
import gitbucket.core.plugin.Link
55

6-
76
class Plugin extends gitbucket.core.plugin.Plugin {
87
override val pluginId: String = "h2-backup"
98

@@ -17,8 +16,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1716
new Version("1.3.0"),
1817
new Version("1.4.0"),
1918
new Version("1.5.0"),
20-
new Version("1.5.1")
21-
)
19+
new Version("1.5.1"),
20+
new Version("1.6.0"))
2221

2322
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(
2423
(ctx: Context) => Some(Link("h2-backup", "H2 Backup", "admin/h2backup"))

0 commit comments

Comments
 (0)