Version Bump v11.6.0

This commit is contained in:
Amritanshu Agrawal 2024-04-13 14:27:19 +05:30
parent 166af2aaa3
commit 4d9996353c
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = "11.5.1"
__version__ = "11.6.0"

View File

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

View File

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

View File

@ -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.1',
version: '11.6.0',
title: 'HnG / TGB',
};

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: '11.5.1',
version: '11.6.0',
title: 'HnG / TGB',
};