Skip to content

Commit 4af00d2

Browse files
committed
Update version 1.4.0
1 parent 5836799 commit 4af00d2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Compatibility
1717
-------------
1818
Plugin version | GitBucket version
1919
:--------------|:-----------------
20+
1.4.x | >= 4.25.y
2021
1.3.x | >= 4.13.y
2122
1.2.x | >= 4.12.y
2223
1.1.x | >= 4.11.y

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

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

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1616
new Version("1.1.2"),
1717
new Version("1.2.0"),
1818
new Version("1.2.1"),
19-
new Version("1.3.0")
19+
new Version("1.3.0"),
20+
new Version("1.4.0")
2021
)
2122

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

0 commit comments

Comments
 (0)