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 6a6da13 commit 7613c8bCopy full SHA for 7613c8b
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "com.github.mrkm4ntr"
2
val Name = "gitbucket-network-plugin"
3
-val Version = "1.3"
+val Version = "1.4"
4
5
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6
src/main/scala/Plugin.scala
@@ -18,7 +18,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
18
new Version("1.1"),
19
new Version("1.2-SNAPSHOT"),
20
new Version("1.2"),
21
- new Version("1.3")
+ new Version("1.3"),
22
+ new Version("1.4")
23
)
24
25
override val description: String = "Provides Network feature on Gitbucket."
0 commit comments