Version Bump v12.0.0

This commit is contained in:
Amritanshu Agrawal 2024-12-16 17:58:20 +05:30
parent 2495c24e1a
commit 7e70214c94
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bookie", "name": "bookie",
"version": "11.7.0", "version": "12.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -1,7 +1,7 @@
export const environment = { export const environment = {
production: true, production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '11.7.0', version: '12.0.0',
}; };
export const dateFormat = { export const dateFormat = {