Skip to content

Commit

Permalink
Release gitbucket-notifications-plugin 1.10.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
SIkebe authored Dec 29, 2020
1 parent 2218271 commit 939d2d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.

Plugin version | GitBucket version
:--------------|:--------------------
1.10.x | 4.35.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
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0"
version := "1.10.0"
scalaVersion := "2.13.3"
gitbucketVersion := "4.35.0"
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.7.0"),
new Version("1.7.1"),
new Version("1.8.0"),
new Version("1.9.0")
new Version("1.9.0"),
new Version("1.10.0")
)

override val controllers = Seq(
Expand Down

0 comments on commit 939d2d0

Please sign in to comment.