Skip to content

Commit

Permalink
To release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkm4ntr committed Mar 22, 2021
1 parent 970f6c6 commit 456fdab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val Organization = "com.github.mrkm4ntr"
val Name = "gitbucket-network-plugin"
val Version = "1.9.0"
val Version = "1.9.1"

lazy val root = (project in file(".")).enablePlugins(SbtTwirl)

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.7.0"),
new Version("1.8.0"),
new Version("1.8.1"),
new Version("1.9.0")
new Version("1.9.0"),
new Version("1.9.1")
)

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

0 comments on commit 456fdab

Please sign in to comment.