Skip to content

Commit dc1d2bb

Browse files
committed
Update version 1.3.0
1 parent df13f24 commit dc1d2bb

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.3.x | >= 4.13.y
2021
1.2.x | >= 4.12.y
2122
1.1.x | >= 4.11.y
2223
1.0.x | >= 4.10.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.2.1"
5+
version := "1.3.0"
66

77
scalaVersion := "2.12.2"
88

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1515
new Version("1.1.1"),
1616
new Version("1.1.2"),
1717
new Version("1.2.0"),
18-
new Version("1.2.1")
18+
new Version("1.2.1"),
19+
new Version("1.3.0")
1920
)
2021

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

0 commit comments

Comments
 (0)