Skip to content

Commit 526d93c

Browse files
committed
Release 4.9.1
1 parent 23f253d commit 526d93c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.9.0"
3+
val ProjectVersion = "4.9.1"
44

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

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3030
new Version("4.6.0"),
3131
new Version("4.7.0"),
3232
new Version("4.8.0"),
33-
new Version("4.9.0")
33+
new Version("4.9.0"),
34+
new Version("4.9.1")
3435
)
3536

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

0 commit comments

Comments
 (0)