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 febdd7f commit 0fb0371Copy full SHA for 0fb0371
src/main/scala/Plugin.scala
@@ -9,7 +9,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
9
override val pluginId: String = "plantuml_plugin"
10
override val pluginName: String = "PlantUML Plugin"
11
override val description: String = "A plugin renders PlantUML."
12
- override val versions: List[Version] = List(new Version("1.0.0"))
+ override val versions: List[Version] = List(new Version("1.1.0"))
13
14
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
15
val renderer = new PlantUMLRenderer()
0 commit comments