Skip to content

Commit 062afc1

Browse files
committed
Bump to 1.0.1
1 parent 6c31738 commit 062afc1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "gitbucket-ci-plugin"
22

33
organization := "io.github.gitbucket"
44

5-
version := "1.0.0"
5+
version := "1.0.1"
66

77
scalaVersion := "2.12.2"
88

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2020

2121
override val versions: List[Version] = List(
2222
new Version("1.0.0",
23-
new LiquibaseMigration("update/gitbucket-ci_1.0.0.xml"))
23+
new LiquibaseMigration("update/gitbucket-ci_1.0.0.xml")),
24+
new Version("1.0.1")
2425
)
2526

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

0 commit comments

Comments
 (0)