Skip to content

Commit 0466997

Browse files
committed
update ver. info
1 parent ffe91ea commit 0466997

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-embedding-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.0.0"
3+
version := "1.0.1"
44
scalaVersion := "2.13.1"
55
gitbucketVersion := "4.34.0"

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1111
new Version("0.1.0"),
1212
new Version("0.1.1"),
1313
new Version("0.1.2"),
14-
new Version("1.0.0")
14+
new Version("1.0.0"),
15+
new Version("1.0.1")
1516
)
1617

1718
override val assetsMappings: Seq[(String, String)] = Seq("/embedding" -> "/embedding/assets")

0 commit comments

Comments
 (0)