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 970f6c6 commit 456fdabCopy full SHA for 456fdab
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "com.github.mrkm4ntr"
2
val Name = "gitbucket-network-plugin"
3
-val Version = "1.9.0"
+val Version = "1.9.1"
4
5
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6
src/main/scala/Plugin.scala
@@ -23,7 +23,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
23
new Version("1.7.0"),
24
new Version("1.8.0"),
25
new Version("1.8.1"),
26
- new Version("1.9.0")
+ new Version("1.9.0"),
27
+ new Version("1.9.1")
28
)
29
30
override val description: String = "Provides Network feature on Gitbucket."
0 commit comments