Skip to content

Commit c1f6da0

Browse files
committed
Bump to 1.1.0 which supports GitBucket 4.16.0
1 parent 7e39765 commit c1f6da0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
1.1.x | 4.16.x
78
1.0.x | 4.15.x
89

910
## Features

build.sbt

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

33
organization := "io.github.gitbucket"
4-
version := "1.0.0"
4+
version := "1.1.0"
55
scalaVersion := "2.12.2"
66

77
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)