Skip to content

Commit 716bc87

Browse files
committed
Update version 1.6.1
1 parent 4136aa6 commit 716bc87

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.6.0"
5+
version := "1.6.1"
66

77
scalaVersion := "2.13.0"
88
gitbucketVersion := "4.32.0"

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1919
new Version("1.3.0"),
2020
new Version("1.4.0"),
2121
new Version("1.5.0"),
22-
new Version("1.6.0")
22+
new Version("1.6.0"),
23+
new Version("1.6.1")
2324
)
2425

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

0 commit comments

Comments
 (0)