From 595f656c611595e227f40a4c20c96351bc56e913 Mon Sep 17 00:00:00 2001 From: Aymene69 Date: Wed, 1 May 2024 20:37:37 +0200 Subject: [PATCH] Changed versioning --- source/main.py | 2 +- source/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main.py b/source/main.py index d17858e..a1f660d 100644 --- a/source/main.py +++ b/source/main.py @@ -38,7 +38,7 @@ root_path = "/" + root_path app = FastAPI(root_path=root_path) -VERSION = "4.1.1" +VERSION = "4.1.2" isDev = os.getenv("NODE_ENV") == "development" COMMUNITY_VERSION = True if os.getenv("IS_COMMUNITY_VERSION") == "true" else False diff --git a/source/templates/index.html b/source/templates/index.html index 49413e2..ae0e958 100644 --- a/source/templates/index.html +++ b/source/templates/index.html @@ -55,7 +55,7 @@ alt="logo" style="width: 100px; height: 100px;">

Stremio-Jackett{% if isCommunityVersion %} Community{% endif %} - v4.1.1

+ v4.1.2

Addon configuration