Update notification plugin

This commit is contained in:
Naoki Takezoe
2017-12-03 01:00:40 +09:00
parent 1673832607
commit 28105d6d3a
3 changed files with 6 additions and 5 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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")
)