Skip to content

Commit 02ca57a

Browse files
committed
Update version 1.1.1
1 parent d9fe603 commit 02ca57a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "gitbucket-plantuml-plugin"
22

33
organization := "com.yotaichino"
44

5-
version := "1.1.0"
5+
version := "1.1.1"
66

77
scalaVersion := "2.12.1"
88

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1111
override val description: String = "A plugin renders PlantUML."
1212
override val versions: List[Version] = List(
1313
new Version("1.0.0"),
14-
new Version("1.1.0"))
14+
new Version("1.1.0"),
15+
new Version("1.1.1"))
1516

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

0 commit comments

Comments
 (0)