Skip to content

Commit 0233695

Browse files
committed
Update version 1.5.0
1 parent fde30c9 commit 0233695

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.5.x | >= 4.29.y
2021
1.4.x | >= 4.25.y
2122
1.3.x | >= 4.13.y
2223
1.2.x | >= 4.12.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.4.0"
5+
version := "1.5.0"
66

77
scalaVersion := "2.12.6"
88
gitbucketVersion := "4.29.0"

src/main/scala/Plugin.scala

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

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

0 commit comments

Comments
 (0)