diff --git a/README.md b/README.md index 65f86f4..bfc9857 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ This is a GitBucket plug-in which provides code snippet repository like Gist. Plugin version | GitBucket version :--------------|:-------------------- -4.18.x | 4.32.x - -4.17.x | 4.30.x - -4.16.x | 4.26.x - -4.15.x | 4.25.x - -4.13.x, 4.14.x | 4.23.x - -4.12.x | 4.21.x - -4.11.x | 4.19.x - +4.19.x | 4.34.x - +4.18.x | 4.32.x - 4.33.x +4.17.x | 4.30.x - 4.31.x +4.16.x | 4.26.x - 4.29.x +4.15.x | 4.25.x +4.13.x, 4.14.x | 4.23.x - 4.24.x +4.12.x | 4.21.x - 4.22.x +4.11.x | 4.19.x - 4.20.x 4.10.x | 4.15.x - 4.18.x 4.9.x | 4.14.x 4.8.x | 4.11.x - 4.13.x @@ -19,7 +20,7 @@ Plugin version | GitBucket version 4.5.x | 4.9.x 4.4.x | 4.8.x 4.2.x, 4.3.x | 4.2.x - 4.7.x -4.0.x | 4.0.x, 4.1.x +4.0.x | 4.0.x - 4.1.x 3.13.x | 3.13.x 3.12.x | 3.12.x 3.11.x | 3.11.x diff --git a/build.sbt b/build.sbt index b01b0d3..7bf7f7e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" -version := "4.18.0" +version := "4.19.0" scalaVersion := "2.13.3" -gitbucketVersion := "4.32.0" +gitbucketVersion := "4.34.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") javacOptions in compile ++= Seq("-target", "8", "-source", "8") diff --git a/src/main/scala/Plugin.scala b/src/main/scala/Plugin.scala index 56349ed..3f360bc 100755 --- a/src/main/scala/Plugin.scala +++ b/src/main/scala/Plugin.scala @@ -40,7 +40,8 @@ class Plugin extends gitbucket.core.plugin.Plugin { new Version("4.15.0"), new Version("4.16.0"), new Version("4.17.0"), - new Version("4.18.0") + new Version("4.18.0"), + new Version("4.19.0") ) override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {