Skip to content

Commit 38e7477

Browse files
committed
Release 4.23.0
1 parent 478636d commit 38e7477

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.23.x | 4.40.x - |
78
| 4.22.x | 4.37.x - |
89
| 4.21.x | 4.36.x - |
910
| 4.20.x | 4.35.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.22.0"
3+
version := "4.23.0"
44
scalaVersion := "2.13.12"
55
gitbucketVersion := "4.40.0"
66

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
4444
new Version("4.19.0"),
4545
new Version("4.20.0"),
4646
new Version("4.21.0"),
47-
new Version("4.22.0")
47+
new Version("4.22.0"),
48+
new Version("4.23.0")
4849
)
4950

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

0 commit comments

Comments
 (0)