Version Bump v9.2.8

This commit is contained in:
Amritanshu Agrawal 2021-06-13 18:05:07 +05:30
parent 9f5a0b1209
commit 9961f2c3a1
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = "9.2.7" __version__ = "9.2.8"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "barker" name = "barker"
version = "9.2.7" version = "9.2.8"
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": "9.2.7", "version": "9.2.8",
"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: '9.2.7', version: '9.2.8',
}; };

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: '9.2.7', version: '9.2.8',
}; };
/* /*

View File

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