diff --git a/TimeDispatcher/settings.py b/TimeDispatcher/settings.py
index f3fa39c..95a4607 100644
--- a/TimeDispatcher/settings.py
+++ b/TimeDispatcher/settings.py
@@ -17,7 +17,7 @@ from dotenv import load_dotenv
 # Build paths inside the project like this: BASE_DIR / 'subdir'.
 BASE_DIR = Path(__file__).resolve().parent.parent
 
-APP_VERSION = "0.1.1"
+APP_VERSION = "0.1.2"
 
 load_dotenv(BASE_DIR / ".env")