Version Bump v10.2.1

This commit is contained in:
Amritanshu Agrawal 2021-11-10 11:19:35 +05:30
parent 584be9f349
commit ec2b6d7293
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = "10.2.0"
__version__ = "10.2.1"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "brewman"
version = "10.2.0"
version = "10.2.1"
description = "Accounting plus inventory management for a restaurant."
authors = ["tanshu <git@tanshu.com>"]
@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api"
warn_return_any = true
warn_unused_configs = true
plugins = ["sqlalchemy.ext.mypy.plugin"]
# disallow_untyped_defs = true
[tool.isort]
profile = "black"

View File

@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "10.2.0",
"version": "10.2.1",
"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.2.0',
version: '10.2.1',
};

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