We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f253d commit 526d93cCopy full SHA for 526d93c
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-gist-plugin"
3
-val ProjectVersion = "4.9.0"
+val ProjectVersion = "4.9.1"
4
5
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6
src/main/scala/Plugin.scala
@@ -30,7 +30,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
30
new Version("4.6.0"),
31
new Version("4.7.0"),
32
new Version("4.8.0"),
33
- new Version("4.9.0")
+ new Version("4.9.0"),
34
+ new Version("4.9.1")
35
)
36
37
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
0 commit comments