From 28105d6d3a5977c91e0c676e50dec08daae8e1ca Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 3 Dec 2017 01:00:40 +0900 Subject: [PATCH] Update notification plugin --- build.sbt | 2 +- plugins.json | 6 +++--- src/main/scala/gitbucket/core/GitBucketCoreModule.scala | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 01316e9aa..070feb27e 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.19.0" +val GitBucketVersion = "4.19.1" val ScalatraVersion = "2.6.1" val JettyVersion = "9.4.7.v20170914" diff --git a/plugins.json b/plugins.json index fb8a7520e..f33bfa4d0 100644 --- a/plugins.json +++ b/plugins.json @@ -5,9 +5,9 @@ "description": "Provides notifications feature on GitBucket.", "versions": [ { - "version": "1.3.0", - "range": ">=4.17.0", - "file": "gitbucket-notifications-plugin_2.12-1.3.0.jar" + "version": "1.4.0", + "range": ">=4.19.0", + "file": "gitbucket-notifications-plugin_2.12-1.4.0.jar" } ], "default": true diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 46358b5ea..10fb306f7 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -44,5 +44,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.16.0"), new Version("4.17.0"), new Version("4.18.0"), - new Version("4.19.0") + new Version("4.19.0"), + new Version("4.19.1") )