Version Bump v10.3.0

This commit is contained in:
2022-04-26 09:07:07 +05:30
parent f9124abb6c
commit 2f1f9eee1f
6 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,5 +1,5 @@
export const environment = {
production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.2.2',
version: '10.3.0',
};

View File

@ -5,7 +5,7 @@
export const environment = {
production: false,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.2.2',
version: '10.3.0',
};
/*