Skip to content

Commit 1244d79

Browse files
committed
Update for GitBucket 4.19.0
1 parent 07b8095 commit 1244d79

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This plug-in provides notifications feature on GitBucket.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
1.2.x - | 4.17.x -
7+
1.4.0 | 4.19.0
8+
1.2.x, 1.3.x | 4.17.x - 4.18.x
89
1.1.x | 4.16.x
910
1.0.x | 4.15.x
1011

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-notifications-plugin"
3-
val ProjectVersion = "1.3.0"
4-
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.18.0")
3+
val ProjectVersion = "1.4.0"
4+
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0")
55

66
name := ProjectName
77
organization := Organization

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2626
new Version("1.2.0"),
2727
new Version("1.3.0",
2828
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
29-
)
29+
),
30+
new Version("1.4.0")
3031
)
3132

3233
override val controllers = Seq(

0 commit comments

Comments
 (0)