Version Bump v13.1.0
This commit is contained in:
parent
51ff6c6848
commit
bd0ee4facd
@ -1 +1 @@
|
||||
__version__ = "13.0.0"
|
||||
__version__ = "13.1.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "brewman"
|
||||
version = "13.0.0"
|
||||
version = "13.1.0"
|
||||
description = "Accounting plus inventory management for a restaurant."
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "overlord",
|
||||
"version": "13.0.0",
|
||||
"version": "13.1.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||
version: '13.0.0',
|
||||
version: '13.1.0',
|
||||
title: 'HnG / TGB',
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user