Skip to content

Commit 939d2d0

Browse files
authored
Release gitbucket-notifications-plugin 1.10.0 (#22)
1 parent 2218271 commit 939d2d0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This plug-in provides notifications feature on GitBucket.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
1.10.x | 4.35.x
78
1.9.x | 4.34.x
89
1.8.x | 4.32.x - 4.33.x
910
1.7.x | 4.30.x - 4.31.x

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-notifications-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.9.0"
3+
version := "1.10.0"
44
scalaVersion := "2.13.3"
55
gitbucketVersion := "4.35.0"

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3434
new Version("1.7.0"),
3535
new Version("1.7.1"),
3636
new Version("1.8.0"),
37-
new Version("1.9.0")
37+
new Version("1.9.0"),
38+
new Version("1.10.0")
3839
)
3940

4041
override val controllers = Seq(

0 commit comments

Comments
 (0)