Version 1.1.2

This commit is contained in:
Lukáš Kucharczyk 2023-10-13 16:33:55 +02:00
parent e1848caee9
commit e0a4aae6f6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-slim-bullseye
ENV VERSION_NUMBER 1.1.1
ENV VERSION_NUMBER 1.1.2
ENV PROD 1
ENV PYTHONUNBUFFERED=1

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "1.1.1"
version = "1.1.2"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"