Skip to content

Commit 0fb0371

Browse files
committed
Update version 1.1.0.
1 parent febdd7f commit 0fb0371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/Plugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
99
override val pluginId: String = "plantuml_plugin"
1010
override val pluginName: String = "PlantUML Plugin"
1111
override val description: String = "A plugin renders PlantUML."
12-
override val versions: List[Version] = List(new Version("1.0.0"))
12+
override val versions: List[Version] = List(new Version("1.1.0"))
1313

1414
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
1515
val renderer = new PlantUMLRenderer()

0 commit comments

Comments
 (0)