We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c31738 commit 062afc1Copy full SHA for 062afc1
build.sbt
@@ -2,7 +2,7 @@ name := "gitbucket-ci-plugin"
2
3
organization := "io.github.gitbucket"
4
5
-version := "1.0.0"
+version := "1.0.1"
6
7
scalaVersion := "2.12.2"
8
src/main/scala/Plugin.scala
@@ -20,7 +20,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
20
21
override val versions: List[Version] = List(
22
new Version("1.0.0",
23
- new LiquibaseMigration("update/gitbucket-ci_1.0.0.xml"))
+ new LiquibaseMigration("update/gitbucket-ci_1.0.0.xml")),
24
+ new Version("1.0.1")
25
)
26
27
override val assetsMappings = Seq("/ci" -> "/gitbucket/ci/assets")
0 commit comments