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.
2 parents db8e397 + 8f6c408 commit f5bd660Copy full SHA for f5bd660
src/main/scala/Plugin.scala
@@ -10,7 +10,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
10
override val pluginId: String = "gist"
11
override val pluginName: String = "Gist Plugin"
12
override val description: String = "Provides Gist feature on GitBucket."
13
- override val versions: List[Version] = List(Version(1, 2))
+ override val versions: List[Version] = List(Version(1, 2), Version(1, 0))
14
15
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
16
// Add Snippet link to the header
0 commit comments