From 3e04d6941982ee131a862474c5f9325d6b6af780 Mon Sep 17 00:00:00 2001 From: tanshu Date: Fri, 6 Nov 2020 12:30:58 +0530 Subject: [PATCH] Version bump v8.2.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 1f1024b1..50bb51d1 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "8.2.1" +__version__ = "8.2.2" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 5f1e21f2..fc9010c0 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "8.2.1" +version = "8.2.2" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index 39a33909..9348e43b 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "8.2.1", + "version": "8.2.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index b6cea2d8..a7db7eed 100644 --- a/overlord/src/environments/environment.prod.ts +++ b/overlord/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: '8.2.1', + version: '8.2.2', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index e73875aa..502d0b85 100644 --- a/overlord/src/environments/environment.ts +++ b/overlord/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: '8.2.1', + version: '8.2.2', }; /*