File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
44
55Plugin version | GitBucket version
66:--------------|:--------------------
7+ 1.1.x | 4.16.x
781.0.x | 4.15.x
89
910## Features
Original file line number Diff line number Diff line change 11name := " gitbucket-notifications-plugin"
22
33organization := " io.github.gitbucket"
4- version := " 1.0 .0"
4+ version := " 1.1 .0"
55scalaVersion := " 2.12.2"
66
77lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1818 override val versions = List (
1919 new Version (" 1.0.0" ,
2020 new LiquibaseMigration (" update/gitbucket-notifications_1.0.xml" )
21- )
21+ ),
22+ new Version (" 1.1.0" )
2223 )
2324
2425 override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments