Skip to content

Commit

Permalink
Bump to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jun 4, 2018
1 parent 2dba232 commit 5ed6dd3
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 @@
organization := "io.github.gitbucket"
name := "gitbucket-emoji-plugin"
version := "4.5.0"
version := "4.5.1"
scalaVersion := "2.12.4"
gitbucketVersion := "4.24.1"
gitbucketVersion := "4.25.0"
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val versions: List[Version] = List(
new Version("4.3.0"),
new Version("4.4.0"),
new Version("4.5.0")
new Version("4.5.0"),
new Version("4.5.1")
)

override val assetsMappings = Seq("/emoji" -> "/gitbucket/emoji/assets")
Expand Down

0 comments on commit 5ed6dd3

Please sign in to comment.