Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Mar 6, 2022
1 parent 3c467f3 commit 568b4e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Goto the `repository` menu, you can see `Code search` section.

|Plugin version|GitBucket version|
|:-------------:|:-------:|
|2.0.0|4.32.0 - 4.34.0|
|3.0.0|4.37.0 - |
|2.0.0|4.32.0 - 4.36.x|
|1.0.0|4.19.x - 4.31.x|

# Build from source
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "gitbucket-code-search-plugin"
organization := "net.yoshinorin"
version := "2.0.0"
version := "3.0.0"
scalaVersion := "2.13.8"
gitbucketVersion := "4.37.2"
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 = "Instead of removed default code search."
override val versions: List[Version] = List(
new Version("1.0.0"),
new Version("2.0.0")
new Version("2.0.0"),
new Version("3.0.0")
)

override val repositoryMenus: Seq[(RepositoryInfo, Context) => Some[Link]] = Seq(
Expand Down

0 comments on commit 568b4e0

Please sign in to comment.