Skip to content

Commit 2bb1abf

Browse files
committed
Bump to 1.7.1
1 parent 45c468f commit 2bb1abf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.7.0"
3+
version := "1.7.1"
44
scalaVersion := "2.12.7"
55
gitbucketVersion := "4.30.0"

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3131
new Version("1.5.0"),
3232
new Version("1.5.1"),
3333
new Version("1.6.0"),
34-
new Version("1.7.0")
34+
new Version("1.7.0"),
35+
new Version("1.7.1")
3536
)
3637

3738
override val controllers = Seq(

0 commit comments

Comments
 (0)