diff --git a/.gitignore b/.gitignore index 1770ee1..61d4861 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ DB/Data/*.sql barker/static/ build/ dist/ +frontend/ diff --git a/barker/barker/__version__.py b/barker/barker/__version__.py index 528787c..f5f41e5 100644 --- a/barker/barker/__version__.py +++ b/barker/barker/__version__.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.1.0" diff --git a/barker/pyproject.toml b/barker/pyproject.toml index 91a27fd..60844c9 100644 --- a/barker/pyproject.toml +++ b/barker/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "barker" -version = "3.0.0" +version = "3.1.0" description = "Point of Sale for a restaurant" authors = ["tanshu "] diff --git a/bookie/package.json b/bookie/package.json index c2c8ddf..36491ce 100644 --- a/bookie/package.json +++ b/bookie/package.json @@ -1,6 +1,6 @@ { "name": "bookie", - "version": "2.0.0", + "version": "3.1.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/bookie/src/environments/environment.prod.ts b/bookie/src/environments/environment.prod.ts index 2f0a804..09d893d 100644 --- a/bookie/src/environments/environment.prod.ts +++ b/bookie/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: true, ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry - version: '3.0.0', + version: '3.1.0', }; diff --git a/bookie/src/environments/environment.ts b/bookie/src/environments/environment.ts index e9d9f7e..712ca4c 100644 --- a/bookie/src/environments/environment.ts +++ b/bookie/src/environments/environment.ts @@ -5,7 +5,7 @@ export const environment = { production: false, ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry - version: '3.0.0', + version: '3.1.0', }; /*