We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4db0f commit 9e5fbbeCopy full SHA for 9e5fbbe
src/main/scala/Plugin.scala
@@ -8,7 +8,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
8
override val pluginName: String = "Embed Snippet Plugin"
9
override val description: String = "Convert link of code to embed snippet"
10
override val versions: List[Version] = List(
11
- new Version("1.0.0")
+ new Version("0.1.0")
12
)
13
14
override val assetsMappings: Seq[(String, String)] = Seq("/embedding" -> "/embedding/assets")
0 commit comments