Skip to content

Commit 456fdab

Browse files
committed
To release 1.9.1
1 parent 970f6c6 commit 456fdab

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.9.0"
3+
val Version = "1.9.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
@@ -23,7 +23,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2323
new Version("1.7.0"),
2424
new Version("1.8.0"),
2525
new Version("1.8.1"),
26-
new Version("1.9.0")
26+
new Version("1.9.0"),
27+
new Version("1.9.1")
2728
)
2829

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

0 commit comments

Comments
 (0)