Skip to content

Commit 4c0ae49

Browse files
committed
chore: bump version to 1.1.7 and update app message
1 parent f407b41 commit 4c0ae49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

backend/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.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitflow-api",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Backend CommitFlow",
55
"author": "asepindrak",
66
"private": false,

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.6) is running!`;
6+
return `CommitFlow API (1.1.7) is running!`;
77
}
88
}

0 commit comments

Comments
 (0)