Skip to content

Commit

Permalink
chore: bump swagger-ui to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onukura committed Nov 22, 2021
1 parent 3ebf8a2 commit f612056
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "gitbucket-swagger-plugin"
organization := "io.github.gitbucket"
version := "1.0.6"
version := "1.0.7"
scalaVersion := "2.13.6"
gitbucketVersion := "4.35.0"
2 changes: 1 addition & 1 deletion src/main/resources/swagger/assets/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/assets/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/assets/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/swagger/assets/swagger-ui.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.0.4"),
new Version("1.0.5"),
new Version("1.0.6"),
new Version("1.0.7"),
)

private[this] var renderer: Option[SwaggerRenderer] = None
Expand Down

0 comments on commit f612056

Please sign in to comment.