Skip to content

Commit de7da0c

Browse files
committed
Update version to 4.11.0
1 parent d92cfda commit de7da0c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

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

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
4.10.x | 4.15.x -
8-
4.9.x | 4.14.x -
7+
4.11.x | 4.19.x -
8+
4.10.x | 4.15.x - 4.18.x
9+
4.9.x | 4.14.x
910
4.8.x | 4.11.x - 4.13.x
1011
4.7.x | 4.11.x
1112
4.6.x | 4.10.x

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
3-
val ProjectVersion = "4.10.0"
3+
val ProjectVersion = "4.11.0"
44
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0-SNAPSHOT")
55

66
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3232
new Version("4.8.0"),
3333
new Version("4.9.0"),
3434
new Version("4.9.1"),
35-
new Version("4.10.0")
35+
new Version("4.10.0"),
36+
new Version("4.11.0")
3637
)
3738

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

0 commit comments

Comments
 (0)