Skip to content

Commit

Permalink
Changed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
aymene69 committed May 1, 2024
1 parent 1abd111 commit 595f656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
alt="logo" style="width: 100px; height: 100px;">
<div class="space-y-12">
<p class="dark:text-white text-center">Stremio-Jackett{% if isCommunityVersion %} Community{% endif %}
v4.1.1</p>
v4.1.2</p>
<h1 class="text-base font-semibold leading-7 text-gray-900 dark:text-white"
style="text-align: center;font-size: 2rem;">
Addon configuration</h1>
Expand Down

0 comments on commit 595f656

Please sign in to comment.