Version Bump v6.0.0
This commit is contained in:
parent
6c83c74424
commit
63f5871350
@ -1 +1 @@
|
||||
__version__ = "5.4.0"
|
||||
__version__ = "6.0.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "barker"
|
||||
version = "5.4.0"
|
||||
version = "6.0.0"
|
||||
description = "Point of Sale for a restaurant"
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bookie",
|
||||
"version": "5.4.0",
|
||||
"version": "6.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
@ -15,14 +15,14 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^11.0.4",
|
||||
"@angular/cdk": "^11.0.1",
|
||||
"@angular/cdk": "^11.0.3",
|
||||
"@angular/common": "^11.0.4",
|
||||
"@angular/compiler": "^11.0.4",
|
||||
"@angular/core": "^11.0.4",
|
||||
"@angular/flex-layout": "^11.0.0-beta.33",
|
||||
"@angular/forms": "^11.0.4",
|
||||
"@angular/material": "^11.0.1",
|
||||
"@angular/material-moment-adapter": "^11.0.1",
|
||||
"@angular/material": "^11.0.3",
|
||||
"@angular/material-moment-adapter": "^11.0.3",
|
||||
"@angular/platform-browser": "^11.0.4",
|
||||
"@angular/platform-browser-dynamic": "^11.0.4",
|
||||
"@angular/router": "^11.0.4",
|
||||
@ -44,9 +44,9 @@
|
||||
"@angular/language-service": "^11.0.4",
|
||||
"@types/jasmine": "~3.6.2",
|
||||
"@types/mathjs": "^6.0.9",
|
||||
"@types/node": "^14.14.13",
|
||||
"@typescript-eslint/eslint-plugin": "^4.9.1",
|
||||
"@typescript-eslint/parser": "^4.9.1",
|
||||
"@types/node": "^14.14.14",
|
||||
"@typescript-eslint/eslint-plugin": "^4.10.0",
|
||||
"@typescript-eslint/parser": "^4.10.0",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-config-prettier": "^7.0.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||
version: '5.4.0',
|
||||
version: '6.0.0',
|
||||
};
|
||||
|
@ -5,7 +5,7 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||
version: '5.4.0',
|
||||
version: '6.0.0',
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user