Skip to content

Commit 5107769

Browse files
committed
Bump version to 1.7.0
1 parent 72a1e17 commit 5107769

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.7|4.32.x
15+
1.7.x|4.32.x
1616
1.6.x|4.26.x
1717
1.5|4.19.x
1818
1.4|4.11.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.1"
3+
val Version = "1.7.0"
44

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

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2222
new Version("1.4"),
2323
new Version("1.5"),
2424
new Version("1.6.0"),
25-
new Version("1.6.1")
25+
new Version("1.6.1"),
26+
new Version("1.7.0")
2627
)
2728

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

0 commit comments

Comments
 (0)