Version Bump v13.3.0

This commit is contained in:
Amritanshu Agrawal 2024-08-19 17:01:17 +05:30
parent 18524a5f47
commit 3dd482f7d6
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "overlord", "name": "overlord",
"version": "13.2.0", "version": "13.3.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: '13.2.0', version: '13.3.0',
title: 'HnG / TGB', title: 'HnG / TGB',
}; };