Skip to content

Commit

Permalink
Update version to 3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemarcoli committed Mar 30, 2024
1 parent 605f1cb commit 22fd534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<img src="https://user-images.githubusercontent.com/27040483/28728094-99f3e3f6-73c7-11e7-8f8d-28912dc6ac0d.png"
alt="logo" style="width: 100px;height: 100px;">
<div class="space-y-12">
<p style="text-align: center">Stremio-Jackett v3.0.13</p>
<p style="text-align: center">Stremio-Jackett v3.0.14</p>
<h1 class="text-base font-semibold leading-7 text-gray-900" style="text-align: center;font-size: 2rem;">
Addon configuration</h1>

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
root_path = "/" + root_path
app = FastAPI(root_path=root_path)

VERSION = "3.0.13"
VERSION = "3.0.14"
isDev = os.getenv("NODE_ENV") == "development"


Expand Down

0 comments on commit 22fd534

Please sign in to comment.