Skip to content

Commit aa30b63

Browse files
committed
Update version 1.6.0
1 parent 697062c commit aa30b63

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Compatibility
1717
-------------
1818
Plugin version | GitBucket version
1919
:--------------|:-----------------
20+
1.6.x | >= 4.32.y
2021
1.5.x | >= 4.29.y
2122
1.4.x | >= 4.25.y
2223
1.3.x | >= 4.13.y

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

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

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1818
new Version("1.2.1"),
1919
new Version("1.3.0"),
2020
new Version("1.4.0"),
21-
new Version("1.5.0")
21+
new Version("1.5.0"),
22+
new Version("1.6.0")
2223
)
2324

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

0 commit comments

Comments
 (0)