diff --git a/brewman/brewman/__version__.py b/brewman/brewman/__version__.py index fe0b8421..aa24afab 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "10.1.2" +__version__ = "10.1.3" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 4cde99c6..391ab5e6 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "10.1.2" +version = "10.1.3" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index 39b8f6b9..b4308226 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "10.1.2", + "version": "10.1.3", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index b73ef18d..a9fcd62c 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.1.2', + version: '10.1.3', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index f4b1f6e0..37014293 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.1.2', + version: '10.1.3', }; /*