Skip to content

Commit 3326fdc

Browse files
committed
Release 4.21.0
1 parent 53ad3d0 commit 3326fdc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
4.21.x | 4.36.x -
78
4.20.x | 4.35.x -
89
4.19.x | 4.34.x -
910
4.18.x | 4.32.x - 4.33.x

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-gist-plugin"
3-
version := "4.20.0"
3+
version := "4.21.0"
44
scalaVersion := "2.13.5"
55
gitbucketVersion := "4.36.0"
66

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
4242
new Version("4.17.0"),
4343
new Version("4.18.0"),
4444
new Version("4.19.0"),
45-
new Version("4.20.0")
45+
new Version("4.20.0"),
46+
new Version("4.21.0")
4647
)
4748

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

0 commit comments

Comments
 (0)