Version Bump v13.0.0

This commit is contained in:
Amritanshu Agrawal 2024-05-31 22:54:44 +05:30
parent 4571b31fc0
commit c07c79ffda
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = "12.1.1"
__version__ = "13.0.0"

View File

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

View File

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

View File

@ -1,7 +1,7 @@
export const environment = {
// eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '12.1.1',
version: '13.0.0',
title: 'HnG / TGB',
};