Skip to content

Commit cb22f83

Browse files
committed
Release 1.6.0 for GitBucket 4.26.0
1 parent 08f5502 commit cb22f83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: build.sbt

+2-2
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.5.1"
3+
version := "1.6.0"
44
scalaVersion := "2.12.6"
5-
gitbucketVersion := "4.26.0-SNAPSHOT"
5+
gitbucketVersion := "4.26.0"

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2929
),
3030
new Version("1.4.0"),
3131
new Version("1.5.0"),
32-
new Version("1.5.1")
32+
new Version("1.5.1"),
33+
new Version("1.6.0")
3334
)
3435

3536
override val controllers = Seq(

0 commit comments

Comments
 (0)