Version Bump v13.2.0

This commit is contained in:
Amritanshu Agrawal 2024-08-16 11:48:08 +05:30
parent 28c603caee
commit 860c7d39ef
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = "13.1.0"
__version__ = "13.2.0"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "13.1.0",
"version": "13.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -57,7 +57,7 @@
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5",
"typescript-eslint": "8.0.0-alpha.54"
"typescript-eslint": "^8.0.0-alpha.58"
},
"removedDevDepForEslint9": {
"eslint-plugin-deprecation": "^3.0.0",

View File

@ -1,6 +1,6 @@
export const environment = {
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '13.1.0',
version: '13.2.0',
title: 'HnG / TGB',
};