Skip to content

Commit

Permalink
update ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
onukura committed Jul 13, 2020
1 parent 8770bbf commit 3fb8616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "gitbucket-csvtsv-plugin"
organization := "io.github.gitbucket"
version := "1.0.0"
version := "1.0.1"
scalaVersion := "2.13.0"
gitbucketVersion := "4.32.0"

Expand Down
1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val description: String = "Rendering csv and tsv files."
override val versions: List[Version] = List(
new Version("1.0.0"),
new Version("1.0.1"),
)

private[this] var renderer: Option[CsvRenderer] = None
Expand Down

0 comments on commit 3fb8616

Please sign in to comment.