Skip to content

Commit be9227b

Browse files
committed
chore: up version
1 parent 33238d2 commit be9227b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Injectable } from "@nestjs/common";
33
@Injectable()
44
export class AppService {
55
getHello(): string {
6-
return `CommitFlow API (1.1.9) is running!`;
6+
return `CommitFlow API (1.2.0) is running!`;
77
}
88
}

backend/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function bootstrap() {
3737
const config = new DocumentBuilder()
3838
.setTitle("CommitFlow API")
3939
.setDescription("Dokumentasi API Otomatis dengan Swagger")
40-
.setVersion("1.0")
40+
.setVersion("1.2")
4141
.addBearerAuth() // jika pakai JWT atau header auth
4242
.build();
4343

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "asepindrak",
55
"private": false,
66
"license": "MIT",
7-
"version": "1.3.11",
7+
"version": "1.4.0",
88
"type": "module",
99
"scripts": {
1010
"dev": "vite --host 0.0.0.0",

0 commit comments

Comments
 (0)