Version Bump v

This commit is contained in:
Amritanshu Agrawal 2021-09-10 21:47:16 +05:30
parent 637932c67c
commit 3b4f6a2c6f
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
__version__ = "9.4.4"
__version__ = ""

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

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

@ -2,5 +2,5 @@ export const environment = {
production: true,
// eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '9.4.4',
version: '',
};

@ -6,7 +6,7 @@ export const environment = {
production: false,
// eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '9.4.4',
version: '',
};
/*