diff --git a/build.sbt b/build.sbt index 01316e9..070feb2 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ 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 fb8a752..f33bfa4 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 46358b5..10fb306 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -44,5 +44,6 @@ 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") )