Skip to content

Commit

Permalink
Release gitbucket-notification-plugin 1.9.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe authored Jul 25, 2020
1 parent d6ea2a3 commit b51f194
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ This plug-in provides notifications feature on GitBucket.

Plugin version | GitBucket version
:--------------|:--------------------
1.8.x | 4.32.x
1.7.x | 4.30.x
1.6.x | 4.26.x
1.9.x | 4.34.x
1.8.x | 4.32.x - 4.33.x
1.7.x | 4.30.x - 4.31.x
1.6.x | 4.26.x - 4.29.x
1.5.x | 4.23.x - 4.25.x
1.4.x | 4.19.x - 4.22.x
1.2.x, 1.3.x | 4.17.x - 4.18.x
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "gitbucket-notifications-plugin"
organization := "io.github.gitbucket"
version := "1.8.0"
version := "1.9.0"
scalaVersion := "2.13.3"
gitbucketVersion := "4.32.0"
gitbucketVersion := "4.34.0"
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.6.0"),
new Version("1.7.0"),
new Version("1.7.1"),
new Version("1.8.0")
new Version("1.8.0"),
new Version("1.9.0")
)

override val controllers = Seq(
Expand Down

0 comments on commit b51f194

Please sign in to comment.