Skip to content

Commit d9fe603

Browse files
committed
Add version 1.1.0 followed by 1.0.0 #8
1 parent 468dbe0 commit d9fe603

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/scala/Plugin.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ 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.1.0"))
12+
override val versions: List[Version] = List(
13+
new Version("1.0.0"),
14+
new Version("1.1.0"))
1315

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

0 commit comments

Comments
 (0)