Version Bump v15.1.0

This commit is contained in:
2026-08-26 11:30:26 +05:30
parent e3719faddd
commit f8175a5ced
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "15.0.0"
__version__ = "15.1.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brewman"
version = "15.0.0"
version = "15.1.0"
description = "Accounting plus inventory management for a restaurant."
requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "15.0.0",
"version": "15.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = {
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '15.0.0',
version: '15.1.0',
title: 'HnG / TGB',
};