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.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
+ 1.1.x | 4.16.x
7
8
1.0.x | 4.15.x
8
9
9
10
## Features
Original file line number Diff line number Diff line change 1
1
name := " gitbucket-notifications-plugin"
2
2
3
3
organization := " io.github.gitbucket"
4
- version := " 1.0 .0"
4
+ version := " 1.1 .0"
5
5
scalaVersion := " 2.12.2"
6
6
7
7
lazy 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 {
18
18
override val versions = List (
19
19
new Version (" 1.0.0" ,
20
20
new LiquibaseMigration (" update/gitbucket-notifications_1.0.xml" )
21
- )
21
+ ),
22
+ new Version (" 1.1.0" )
22
23
)
23
24
24
25
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments