Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kasancode committed Oct 6, 2018
1 parent 8695c2c commit b239363
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-ganttchart-plugin"
organization := "io.github.gitbucket"
version := "1.0.1"
version := "1.0.2"
scalaVersion := "2.12.6"
gitbucketVersion := "4.25.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 versions: List[Version] = List(
new Version("1.0.0"),
new Version("1.0.1"),
new Version("1.0.2"),
)


Expand Down

0 comments on commit b239363

Please sign in to comment.