Skip to content

Commit 267f1c7

Browse files
committed
Bump version to 1.8.1
1 parent b112ecc commit 267f1c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.8.0"
3+
val Version = "1.8.1"
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
@@ -21,7 +21,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2121
new Version("1.6.0"),
2222
new Version("1.6.1"),
2323
new Version("1.7.0"),
24-
new Version("1.8.0")
24+
new Version("1.8.0"),
25+
new Version("1.8.1")
2526
)
2627

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

0 commit comments

Comments
 (0)