Version Bump v13.2.0
This commit is contained in:
parent
28c603caee
commit
860c7d39ef
@ -1 +1 @@
|
||||
__version__ = "13.1.0"
|
||||
__version__ = "13.2.0"
|
||||
|
@ -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>"]
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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',
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user