diff --git a/README.md b/README.md index 27593fc..b43a634 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,14 @@ See [Emoji cheat sheet for Campfire and GitHub](https://www.webpagefx.com/tools/ Plugin version | GitBucket version :--------------|:-------------------- +4.6.x | 4.23.x - 4.5.x | 4.18.x - 4.4.x | 4.10.x - 4.3.x | 4.3.x - 4.9.x ## Installation -Download jar file from [plugin registry](https://plugins.gitbucket-community.org/releases/gitbucket-emoji-plugin) and put into `GITBUCKET_HOME/plugins`. +Download jar file from [Releases page](https://github.com/gitbucket/gitbucket-emoji-plugin/releases) and put into `GITBUCKET_HOME/plugins`. ## Build from source diff --git a/build.sbt b/build.sbt index 44fcbe5..a47dc10 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ organization := "io.github.gitbucket" name := "gitbucket-emoji-plugin" -version := "4.5.2" -scalaVersion := "2.12.4" -gitbucketVersion := "4.31.2" \ No newline at end of file +version := "4.6.0-SNAPSHOT" +scalaVersion := "2.13.0" +gitbucketVersion := "4.32.0" \ No newline at end of file diff --git a/project/plugin.sbt b/project/plugin.sbt index 60d166a..059a3cd 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1 +1 @@ -addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0") +addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0") diff --git a/src/main/scala/Plugin.scala b/src/main/scala/Plugin.scala index 560ce7c..cb774d0 100755 --- a/src/main/scala/Plugin.scala +++ b/src/main/scala/Plugin.scala @@ -17,7 +17,8 @@ class Plugin extends gitbucket.core.plugin.Plugin { new Version("4.4.0"), new Version("4.5.0"), new Version("4.5.1"), - new Version("4.5.2") + new Version("4.5.2"), + new Version("4.6.0") ) override val assetsMappings = Seq("/emoji" -> "/gitbucket/emoji/assets")