Skip to content

Commit b0bfe49

Browse files
committed
Update version 1.2.1
1 parent b835f6a commit b0bfe49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
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.2.0"
5+
version := "1.2.1"
66

77
scalaVersion := "2.12.2"
88

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1414
new Version("1.1.0"),
1515
new Version("1.1.1"),
1616
new Version("1.1.2"),
17-
new Version("1.2.0")
17+
new Version("1.2.0"),
18+
new Version("1.2.1")
1819
)
1920

2021
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {

0 commit comments

Comments
 (0)