Skip to content

Commit

Permalink
Release 1.6.0 for GitBucket 4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jun 30, 2018
1 parent 08f5502 commit cb22f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.5.1"
version := "1.6.0"
scalaVersion := "2.12.6"
gitbucketVersion := "4.26.0-SNAPSHOT"
gitbucketVersion := "4.26.0"
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
),
new Version("1.4.0"),
new Version("1.5.0"),
new Version("1.5.1")
new Version("1.5.1"),
new Version("1.6.0")
)

override val controllers = Seq(
Expand Down

0 comments on commit cb22f83

Please sign in to comment.