Skip to content

Commit

Permalink
Prepare release v3.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdzumair committed Jul 7, 2024
1 parent 38fd344 commit e6331e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
mediafusion:
image: mhdzumair/mediafusion:v3.9.10
image: mhdzumair/mediafusion:v3.9.11
ports:
- "8000:8000"
env_file:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
- "6379:6379"

dramatiq-worker:
image: mhdzumair/mediafusion:v3.9.10
image: mhdzumair/mediafusion:v3.9.11
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "1", "--queues", "scrapy"]
env_file:
- .env
Expand Down
4 changes: 2 additions & 2 deletions deployment/k8s/local-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: mediafusion
image: mhdzumair/mediafusion:v3.9.10
image: mhdzumair/mediafusion:v3.9.11
ports:
- containerPort: 8000
resources:
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
spec:
containers:
- name: dramatiq-worker
image: mhdzumair/mediafusion:v3.9.10
image: mhdzumair/mediafusion:v3.9.11
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "1"]
env:
- name: HOST_URL
Expand Down
2 changes: 1 addition & 1 deletion kodi/plugin.video.mediafusion/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mediafusion" version="3.9.10" name="MediaFusion" provider-name="Mohamed Zumair">
<addon id="plugin.video.mediafusion" version="3.9.11" name="MediaFusion" provider-name="Mohamed Zumair">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.metadata" version="2.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "stremio.addons",
"version": "3.9.10",
"version": "3.9.11",
"name": "Media Fusion",
"contactEmail": "mhdzumair@gmail.com",
"description": "Universal Stremio Add-on for Movies, Series, Live TV & Sports Events. Source: https://github.com/mhdzumair/MediaFusion",
Expand Down

0 comments on commit e6331e6

Please sign in to comment.