Version Bump v11.5.1
This commit is contained in:
parent
576940471a
commit
5fa8580cb9
@ -1 +1 @@
|
||||
__version__ = "11.5.0"
|
||||
__version__ = "11.5.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "brewman"
|
||||
version = "11.5.0"
|
||||
version = "11.5.1"
|
||||
description = "Accounting plus inventory management for a restaurant."
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "overlord",
|
||||
"version": "11.5.0",
|
||||
"version": "11.5.1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
@ -2,6 +2,6 @@ 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.5.0',
|
||||
version: '11.5.1',
|
||||
title: 'HnG / TGB',
|
||||
};
|
||||
|
@ -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.5.0',
|
||||
version: '11.5.1',
|
||||
title: 'HnG / TGB',
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user