Skip to content

Commit 8fc9088

Browse files
committed
Release version: 1.0.1
1 parent 34c792a commit 8fc9088

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.idea/composerJson.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/junitgenerator-prj-settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/scala/com/matfax/swuiakht/SwaggerUiRoute.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import akka.http.scaladsl.server.{Directives, Route}
1414
* @param replacedIndex ``Some`` path to your own Swagger UI index file, or ``None``
1515
*
1616
* @author Matthias Fax
17-
* @version 1.0.0
17+
* @version 1.0.1
1818
*/
1919
class SwaggerUiRoute(prefixPath: String, replacedIndex: Option[String] = None) extends Directives {
2020

src/test/scala/com/matfax/swuiakht/SwaggerUiRouteSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import scala.io.{Codec, Source}
1111
* The specification for ``SwaggerUiRoute``.
1212
*
1313
* @author Matthias Fax
14-
* @version 1.0.0
14+
* @version 1.0.1
1515
*/
1616
class SwaggerUiRouteSpec extends WordSpec with Matchers with ScalatestRouteTest {
1717

0 commit comments

Comments
 (0)