Bump to version 3.0.0

Printing done on:
 Cashier Report
 Discount Report
 Sale Report
This commit is contained in:
2020-10-27 12:13:17 +05:30
parent 00fe2410b7
commit cbc2f29e29
32 changed files with 690 additions and 110 deletions

View File

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

View File

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