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.10.x | 4.35.x
781.9.x | 4.34.x
891.8.x | 4.32.x - 4.33.x
9101.7.x | 4.30.x - 4.31.x
Original file line number Diff line number Diff line change 11name := " gitbucket-notifications-plugin"
22organization := " io.github.gitbucket"
3- version := " 1.9 .0"
3+ version := " 1.10 .0"
44scalaVersion := " 2.13.3"
55gitbucketVersion := " 4.35.0"
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3434 new Version (" 1.7.0" ),
3535 new Version (" 1.7.1" ),
3636 new Version (" 1.8.0" ),
37- new Version (" 1.9.0" )
37+ new Version (" 1.9.0" ),
38+ new Version (" 1.10.0" )
3839 )
3940
4041 override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments