Version Bump v10.7.0

This commit is contained in:
2022-10-31 09:24:40 +05:30
parent 21fa2ae139
commit b9fbdd4b99
5 changed files with 5 additions and 5 deletions

View File

@ -2,5 +2,5 @@ export const environment = {
production: true,
// eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.6.0',
version: '10.7.0',
};

View File

@ -6,7 +6,7 @@ export const environment = {
production: false,
// eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.6.0',
version: '10.7.0',
};
/*