Version Bump v11.1.0
This commit is contained in:
parent
26d4506ca3
commit
d2d26ab1ae
@ -1 +1 @@
|
||||
__version__ = "11.0.1"
|
||||
__version__ = "11.1.0"
|
||||
|
@ -1,11 +1,11 @@
|
||||
[tool.poetry]
|
||||
name = "brewman"
|
||||
version = "11.0.1"
|
||||
version = "11.1.0"
|
||||
description = "Accounting plus inventory management for a restaurant."
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||
fastapi = "^0.88.0"
|
||||
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "overlord",
|
||||
"version": "11.0.1",
|
||||
"version": "11.1.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
@ -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: '11.0.1',
|
||||
version: '11.1.0',
|
||||
};
|
||||
|
@ -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: '11.0.1',
|
||||
version: '11.1.0',
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user