Version Bump v5.4.0

This commit is contained in:
Amritanshu Agrawal 2020-12-16 11:50:23 +05:30
parent e4500f0d46
commit 02e208cd4e
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = "5.3.1" __version__ = "5.4.0"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "barker" name = "barker"
version = "5.3.1" version = "5.4.0"
description = "Point of Sale for a restaurant" description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"] authors = ["tanshu <git@tanshu.com>"]

View File

@ -1,6 +1,6 @@
{ {
"name": "bookie", "name": "bookie",
"version": "5.3.1", "version": "5.4.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -1,5 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '5.3.1', version: '5.4.0',
}; };

View File

@ -5,7 +5,7 @@
export const environment = { export const environment = {
production: false, production: false,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '5.3.1', version: '5.4.0',
}; };
/* /*