We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b112ecc commit 267f1c7Copy full SHA for 267f1c7
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "com.github.mrkm4ntr"
2
val Name = "gitbucket-network-plugin"
3
-val Version = "1.8.0"
+val Version = "1.8.1"
4
5
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6
src/main/scala/Plugin.scala
@@ -21,7 +21,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
21
new Version("1.6.0"),
22
new Version("1.6.1"),
23
new Version("1.7.0"),
24
- new Version("1.8.0")
+ new Version("1.8.0"),
25
+ new Version("1.8.1")
26
)
27
28
override val description: String = "Provides Network feature on Gitbucket."
0 commit comments