Skip to content

Commit 8f6c408

Browse files
author
hayasshi
committed
Fix database versioning bug
1 parent db8e397 commit 8f6c408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/Plugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1010
override val pluginId: String = "gist"
1111
override val pluginName: String = "Gist Plugin"
1212
override val description: String = "Provides Gist feature on GitBucket."
13-
override val versions: List[Version] = List(Version(1, 2))
13+
override val versions: List[Version] = List(Version(1, 2), Version(1, 0))
1414

1515
override def initialize(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
1616
// Add Snippet link to the header

0 commit comments

Comments
 (0)