Skip to content

Commit

Permalink
[#82] v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdd9223 committed Oct 28, 2023
1 parent c237727 commit b54d533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sopt_web_product_server",
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion server/src/common/utils/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function setupSwagger(app: INestApplication): void {
const options = new DocumentBuilder()
.setTitle('Crew API 문서')
.setDescription('Crew API 문서')
.setVersion('0.5.2')
.setVersion('0.5.3')
.addBearerAuth()
.build();

Expand Down

0 comments on commit b54d533

Please sign in to comment.