Version Bump v10.0.2

This commit is contained in:
Amritanshu Agrawal 2021-11-02 12:31:18 +05:30
parent e06c8b484e
commit b3075577e6
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = "10.0.1"
__version__ = "10.0.2"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "brewman"
version = "10.0.1"
version = "10.0.2"
description = "Accounting plus inventory management for a restaurant."
authors = ["tanshu <git@tanshu.com>"]

View File

@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "10.0.1",
"version": "10.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",

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.0.1',
version: '10.0.2',
};

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.0.1',
version: '10.0.2',
};
/*