diff --git a/brewman/brewman/__version__.py b/brewman/brewman/__version__.py index 0e21ac94..805c1fe6 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "12.0.0" +__version__ = "12.0.1" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index cf44514f..3ed8b842 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "12.0.0" +version = "12.0.1" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index c4436ff1..fae141f7 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "12.0.0", + "version": "12.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index bc8ead3c..93a2691a 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: '12.0.0', + version: '12.0.1', title: 'HnG / TGB', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index 34ed96bb..d953c4b3 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: '12.0.0', + version: '12.0.1', title: 'HnG / TGB', };