From b69a38d8e91f5f59200dce24b59f47bee78ee424 Mon Sep 17 00:00:00 2001 From: tanshu Date: Sun, 31 Oct 2021 18:54:21 +0530 Subject: [PATCH] Version Bump v10.0.0 --- brewman/brewman/__version__.py | 2 +- brewman/pyproject.toml | 2 +- overlord/package.json | 2 +- overlord/src/environments/environment.prod.ts | 2 +- overlord/src/environments/environment.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/brewman/brewman/__version__.py b/brewman/brewman/__version__.py index 365c8731..9158871f 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "9.4.4" +__version__ = "10.0.0" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 9270d80e..a68075f5 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "9.4.4" +version = "10.0.0" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index 310ca554..088251d7 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "9.4.4", + "version": "10.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index d52a3a65..3d573e78 100644 --- a/overlord/src/environments/environment.prod.ts +++ b/overlord/src/environments/environment.prod.ts @@ -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: '10.0.0', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index 547c3bcb..64f00e00 100644 --- a/overlord/src/environments/environment.ts +++ b/overlord/src/environments/environment.ts @@ -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: '10.0.0', }; /*