Skip to content

Commit f5bd660

Browse files
committed
Merge pull request #7 from hayasshi/fix-database-versioning-bug
Fix database versioning bug
2 parents db8e397 + 8f6c408 commit f5bd660

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)