Version bump v5.1.0

This commit is contained in:
2020-11-25 10:07:26 +05:30
parent b583b90756
commit d9e0397b21
9 changed files with 21 additions and 13 deletions

View File

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

View File

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