Version Bump v14.2.0

This commit is contained in:
2026-07-20 15:40:29 +05:30
parent 953d4436e0
commit 6403d25d3e
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = "14.0.0" __version__ = "14.2.0"

View File

@ -1,6 +1,6 @@
[project] [project]
name = "brewman" name = "brewman"
version = "14.0.0" version = "14.2.0"
description = "Accounting plus inventory management for a restaurant." description = "Accounting plus inventory management for a restaurant."
requires-python = ">=3.14" requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }] authors = [{ name = "tanshu", email = "git@tanshu.com" }]

View File

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

View File

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