Skip to content

Commit 8f3c68c

Browse files
committed
Bump version to 1.5
1 parent e7a0867 commit 8f3c68c

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
@@ -10,6 +10,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
1010

1111
Plugin version|GitBucket version
1212
:---|:---
13+
1.5|4.19.x
1314
1.4|4.11.x
1415
1.3|4.10.x
1516
1.2|4.9.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.4"
3+
val Version = "1.5"
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
@@ -19,7 +19,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1919
new Version("1.2-SNAPSHOT"),
2020
new Version("1.2"),
2121
new Version("1.3"),
22-
new Version("1.4")
22+
new Version("1.4"),
23+
new Version("1.5")
2324
)
2425

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

0 commit comments

Comments
 (0)