Skip to content

Commit ec89a06

Browse files
committed
Bump version to 1.6.1
1 parent 55e1b2b commit ec89a06

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
1212

1313
Plugin version|GitBucket version
1414
:---|:---
15-
1.6.x|4.26.0
15+
1.6.x|4.26.x
1616
1.5|4.19.x
1717
1.4|4.11.x
1818
1.3|4.10.x

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "com.github.mrkm4ntr"
22
val Name = "gitbucket-network-plugin"
3-
val Version = "1.6.0"
3+
val Version = "1.6.1"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

src/main/scala/Plugin.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2020
new Version("1.2"),
2121
new Version("1.3"),
2222
new Version("1.4"),
23-
new Version("1.5")
23+
new Version("1.5"),
24+
new Version("1.6.0"),
25+
new Version("1.6.1")
2426
)
2527

2628
override val description: String = "Provides Network feature on Gitbucket."

0 commit comments

Comments
 (0)