Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 8, 2018
1 parent e92b47b commit 85ef7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val Name = "gitbucket-application-logs-plugin"
val Organization = "net.yoshinorin"
val Version = "0.2.0"
val Version = "1.0.0"

lazy val root = project in file(".")

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val description: String = "Display LogBack's Settings and GitBucket's log."
override val versions: List[Version] = List(
new Version("0.1.0"),
new Version("0.2.0")
new Version("0.2.0"),
new Version("1.0.0"),
)

override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(
Expand Down

0 comments on commit 85ef7e1

Please sign in to comment.