Skip to content

Commit

Permalink
fix: plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 11, 2019
1 parent bc72a22 commit 03c98f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Goto the `System Administration` menu, you can see `Monitoring` section.

|Plugin version|GitBucket version|
|:-------------:|:-------:|
|4.0.0|4.32.0 - 4.32.0|
|4.0.x|4.32.0 - 4.32.0|
|3.2.0|4.25.0 - 4.31.x|
|3.1.0|4.25.0 - 4.31.x|
|3.0.0|4.25.0 - 4.31.x|
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-monitorting-plugin"
val Organization = "net.yoshinorin"
val Version = "4.0.0"
val Version = "4.0.1"

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

Expand Down
4 changes: 3 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("2.0.0"),
new Version("3.0.0"),
new Version("3.1.0"),
new Version("3.2.0")
new Version("3.2.0"),
new Version("4.0.0"),
new Version("4.0.1"),
)

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

0 comments on commit 03c98f7

Please sign in to comment.