From 5fa8580cb9a66781d08fcfd7beddb21d4a961637 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Thu, 28 Dec 2023 14:21:46 +0530 Subject: [PATCH] Version Bump v11.5.1 --- 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 427ec258..5c894a0e 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "11.5.0" +__version__ = "11.5.1" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 6348e93e..026214c9 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "11.5.0" +version = "11.5.1" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index 0a1c0ed4..ea59a947 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "11.5.0", + "version": "11.5.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index 3c8a771b..e8695f77 100644 --- a/overlord/src/environments/environment.prod.ts +++ b/overlord/src/environments/environment.prod.ts @@ -2,6 +2,6 @@ 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: '11.5.0', + version: '11.5.1', title: 'HnG / TGB', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index 33f01afd..020e9464 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: '11.5.0', + version: '11.5.1', title: 'HnG / TGB', };