Skip to content

Commit 22bae8e

Browse files
committed
Bump to 1.8.0
1 parent 679b97b commit 22bae8e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-code-highlighter-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.7.0"
3+
version := "1.8.0"
44
scalaVersion := "2.13.10"
55
gitbucketVersion := "4.39.0"
66

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1818
new Version("1.4.0"),
1919
new Version("1.5.0"),
2020
new Version("1.6.0"),
21-
new Version("1.7.0")
21+
new Version("1.7.0"),
22+
new Version("1.8.0")
2223
)
2324

2425
override val assetsMappings = Seq(

0 commit comments

Comments
 (0)