Skip to content

Commit b073b83

Browse files
committed
Bump to 4.14.0
1 parent 5fc7b62 commit b073b83

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

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

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
4.13.x | 4.23.x -
7+
4.13.x, 4.14.x | 4.23.x -
88
4.12.x | 4.21.x -
99
4.11.x | 4.19.x -
1010
4.10.x | 4.15.x - 4.18.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.13.0"
3+
version := "4.14.0"
44
scalaVersion := "2.12.4"
55
gitbucketVersion := "4.23.1"
66

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3535
new Version("4.10.0"),
3636
new Version("4.11.0"),
3737
new Version("4.12.0"),
38-
new Version("4.13.0")
38+
new Version("4.13.0"),
39+
new Version("4.14.0")
3940
)
4041

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

0 commit comments

Comments
 (0)