Skip to content

Commit 81dca59

Browse files
committed
Merge branch 'hotfix/1.1.1'
2 parents 84ec6a0 + 20aca5e commit 81dca59

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aeum-gil-api",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -10,6 +10,7 @@
1010
"start": "nest start",
1111
"start:dev": "yarn nest start --watch",
1212
"start:debug": "nest start --debug --watch",
13+
"start:prod": "node dist/main",
1314
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1415
"test": "yarn jest",
1516
"test:watch": "jest --watch",

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function bootstrap() {
1717

1818
const swaggerConfig = new DocumentBuilder()
1919
.setTitle('에움길 API')
20-
.setVersion('1.1.0')
20+
.setVersion('1.1.1')
2121
.addBearerAuth()
2222
.build();
2323
const document = SwaggerModule.createDocument(app, swaggerConfig, {

0 commit comments

Comments
 (0)