Skip to content

Commit

Permalink
Merge branch '15-fix-wrong-title-type' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Sep 15, 2024
2 parents 90cc7d1 + d753ae0 commit 28e7371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
# project id
projectGroupId=io.github.smiley4
projectArtifactIdBase=schema-kenerator
projectVersion=1.2.0
projectVersion=1.2.1

# publishing information
projectNameBase=Schema-Kenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun Bundle<SwaggerSchema>.withTitle(type: TitleType = TitleType.FULL): Bundle<Sw
TitleType.FULL -> TitleBuilder.BUILDER_FULL
TitleType.SIMPLE -> TitleBuilder.BUILDER_SIMPLE
TitleType.OPENAPI_FULL -> TitleBuilder.BUILDER_OPENAPI_FULL
TitleType.OPENAPI_SIMPLE -> TitleBuilder.BUILDER_OPENAPI_FULL
TitleType.OPENAPI_SIMPLE -> TitleBuilder.BUILDER_OPENAPI_SIMPLE
}
)
}
Expand Down

0 comments on commit 28e7371

Please sign in to comment.