Version bump to v8.1.0

This commit is contained in:
2020-11-02 23:40:27 +05:30
parent d64cb54702
commit 8a4fa430ad
5 changed files with 5 additions and 5 deletions

View File

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