Skip to content

Commit

Permalink
Release 4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jul 22, 2021
1 parent 53ad3d0 commit 3326fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.

Plugin version | GitBucket version
:--------------|:--------------------
4.21.x | 4.36.x -
4.20.x | 4.35.x -
4.19.x | 4.34.x -
4.18.x | 4.32.x - 4.33.x
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "io.github.gitbucket"
name := "gitbucket-gist-plugin"
version := "4.20.0"
version := "4.21.0"
scalaVersion := "2.13.5"
gitbucketVersion := "4.36.0"

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.17.0"),
new Version("4.18.0"),
new Version("4.19.0"),
new Version("4.20.0")
new Version("4.20.0"),
new Version("4.21.0")
)

override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
Expand Down

0 comments on commit 3326fdc

Please sign in to comment.