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 1ff89ea commit 9e62586
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.1"
version := "1.0.2"
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 @@ -13,6 +13,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val versions: List[Version] = List(
new Version("1.0.0"),
new Version("1.0.1"),
new Version("1.0.2"),
)

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

0 comments on commit 9e62586

Please sign in to comment.