Skip to content

Commit

Permalink
Update for GitBucket 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Dec 2, 2017
1 parent 07b8095 commit 1244d79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,8 @@ This plug-in provides notifications feature on GitBucket.

Plugin version | GitBucket version
:--------------|:--------------------
1.2.x - | 4.17.x -
1.4.0 | 4.19.0
1.2.x, 1.3.x | 4.17.x - 4.18.x
1.1.x | 4.16.x
1.0.x | 4.15.x

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,7 +1,7 @@
val Organization = "io.github.gitbucket"
val ProjectName = "gitbucket-notifications-plugin"
val ProjectVersion = "1.3.0"
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.18.0")
val ProjectVersion = "1.4.0"
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0")

name := ProjectName
organization := Organization
Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Expand Up @@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.2.0"),
new Version("1.3.0",
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
)
),
new Version("1.4.0")
)

override val controllers = Seq(
Expand Down

0 comments on commit 1244d79

Please sign in to comment.