Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 12, 2019
1 parent 3318cf7 commit 0eb5237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Goto the `System Administration` menu, you can see `Application Logs` section.

|Plugin version|GitBucket version|
|:-------------:|:-------:|
|1.0.0|4.25.0 - 4.29.0|
|2.0.0|4.32.0 - 4.32.0|
|1.0.0|4.25.0 - 4.31.x|
|0.2.0|4.25.0 - 4.27.0|
|0.1.0|4.25.0 - 4.27.0|

Expand Down
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 = "1.0.0"
val Version = "2.0.0"

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

Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("0.1.0"),
new Version("0.2.0"),
new Version("1.0.0"),
new Version("2.0.0"),
new Version("3.0.0")
new Version("2.0.0")
)

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

0 comments on commit 0eb5237

Please sign in to comment.