Skip to content

Commit 1aa01d5

Browse files
committed
Update version 1.1.2
1 parent f12ef41 commit 1aa01d5

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.1"
5+
version := "1.1.2"
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
@@ -12,7 +12,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1212
override val versions: List[Version] = List(
1313
new Version("1.0.0"),
1414
new Version("1.1.0"),
15-
new Version("1.1.1"))
15+
new Version("1.1.1"),
16+
new Version("1.1.2"))
1617

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

0 commit comments

Comments
 (0)