diff --git a/brewman/brewman/__version__.py b/brewman/brewman/__version__.py index ed588be5..ba280739 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "9.0.1" +__version__ = "9.1.0" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index d8da6cb2..a6f5fe91 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "9.0.1" +version = "9.1.0" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] diff --git a/overlord/package.json b/overlord/package.json index 201ea93d..03818887 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "9.0.1", + "version": "9.1.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index 0151c7c2..013805f7 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: '9.0.1', + version: '9.1.0', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index 73a84261..09279266 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: '9.0.1', + version: '9.1.0', }; /*