We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe91ea commit 0466997Copy full SHA for 0466997
build.sbt
@@ -1,5 +1,5 @@
1
name := "gitbucket-embedding-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.0.0"
+version := "1.0.1"
4
scalaVersion := "2.13.1"
5
gitbucketVersion := "4.34.0"
src/main/scala/Plugin.scala
@@ -11,7 +11,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
11
new Version("0.1.0"),
12
new Version("0.1.1"),
13
new Version("0.1.2"),
14
- new Version("1.0.0")
+ new Version("1.0.0"),
15
+ new Version("1.0.1")
16
)
17
18
override val assetsMappings: Seq[(String, String)] = Seq("/embedding" -> "/embedding/assets")
0 commit comments