Version Bump v9.4.2

This commit is contained in:
2021-02-04 08:50:17 +05:30
parent 0cf948b4c8
commit 15be0d5009
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: '9.4.1',
version: '9.4.2',
};