From b3075577e696cf68719f2b8eeea98f2c8cecbbe4 Mon Sep 17 00:00:00 2001 From: tanshu Date: Tue, 2 Nov 2021 12:31:18 +0530 Subject: [PATCH] Version Bump v10.0.2 --- 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 ab649641..b7a5e079 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "10.0.1" +__version__ = "10.0.2" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 4fbf1d16..8b769646 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "10.0.1" +version = "10.0.2" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index 46377349..72e3b099 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "10.0.1", + "version": "10.0.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index 3180d340..1b7cdc3e 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: '10.0.1', + version: '10.0.2', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index 4c0e4ebe..fb9c07d2 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: '10.0.1', + version: '10.0.2', }; /*