Compare commits

..
2 Commits
Author SHA1 Message Date
tanshu a095ede3de Version Bump v12.1.1 2024-05-31 10:24:17 +05:30
tanshu 49e80a27b8 Chore: Python 3.12 2024-05-31 10:24:12 +05:30
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "12.1.0" __version__ = "12.1.1"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "brewman" name = "brewman"
version = "12.1.0" version = "12.1.1"
description = "Accounting plus inventory management for a restaurant." description = "Accounting plus inventory management for a restaurant."
authors = ["tanshu <git@tanshu.com>"] authors = ["tanshu <git@tanshu.com>"]
+1 -1
View File
@@ -13,7 +13,7 @@ RUN mv /node_modules /app/overlord/ \
&& /app/overlord/node_modules/.bin/ng build && /app/overlord/node_modules/.bin/ng build
FROM python:3.11 FROM python:3.12
LABEL maintainer="Amritanshu <docker@tanshu.com>" LABEL maintainer="Amritanshu <docker@tanshu.com>"
COPY pyproject.toml /app/pyproject.toml COPY pyproject.toml /app/pyproject.toml
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "overlord", "name": "overlord",
"version": "12.1.0", "version": "12.1.1",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
@@ -2,6 +2,6 @@ export const environment = {
production: true, production: true,
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '12.1.0', version: '12.1.1',
title: 'HnG / TGB', title: 'HnG / TGB',
}; };
+1 -1
View File
@@ -6,7 +6,7 @@ export const environment = {
production: false, production: false,
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '12.1.0', version: '12.1.1',
title: 'HnG / TGB', title: 'HnG / TGB',
}; };