Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kounoike committed Apr 4, 2020
1 parent 07e4e31 commit 065f2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "io.github.kounoike"
name := "gitbucket-html5media-plugin"
version := "1.2.0"
version := "1.2.2"
scalaVersion := "2.13.1"

gitbucketVersion := "4.33.0"
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.0.1"),
new Version("1.1.0"),
new Version("1.2.0"),
new Version("1.2.1")
new Version("1.2.1"),
new Version("1.2.2")
)

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

0 comments on commit 065f2c7

Please sign in to comment.