Skip to content

Commit 4961fcb

Browse files
committed
Release 1.6.2
1 parent 862de29 commit 4961fcb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-ci-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.6.1"
3+
version := "1.6.2"
44
scalaVersion := "2.12.6"
55
gitbucketVersion := "4.25.0"
66
libraryDependencies += "org.fusesource.jansi" % "jansi" % "1.16"

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
5757
new LiquibaseMigration("update/gitbucket-ci_1.5.0.xml")),
5858
new Version("1.6.0",
5959
new LiquibaseMigration("update/gitbucket-ci_1.6.0.xml")),
60-
new Version("1.6.1")
60+
new Version("1.6.1"),
61+
new Version("1.6.2")
6162
)
6263

6364
override val assetsMappings = Seq("/ci" -> "/gitbucket/ci/assets")

0 commit comments

Comments
 (0)