Skip to content

Commit

Permalink
Release 4.16.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 f64affc commit d8dbca4
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,8 +1,8 @@
organization := "io.github.gitbucket"
name := "gitbucket-gist-plugin"
version := "4.15.0"
version := "4.16.0"
scalaVersion := "2.12.6"
gitbucketVersion := "4.26.0-SNAPSHOT"
gitbucketVersion := "4.26.0"

scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.12.0"),
new Version("4.13.0"),
new Version("4.14.0"),
new Version("4.15.0")
new Version("4.15.0"),
new Version("4.16.0")
)

override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
Expand Down

0 comments on commit d8dbca4

Please sign in to comment.