diff --git a/qbittorrent/5.0.0/data.yml b/qbittorrent/5.0.1/data.yml similarity index 100% rename from qbittorrent/5.0.0/data.yml rename to qbittorrent/5.0.1/data.yml diff --git a/qbittorrent/5.0.0/docker-compose.yml b/qbittorrent/5.0.1/docker-compose.yml similarity index 95% rename from qbittorrent/5.0.0/docker-compose.yml rename to qbittorrent/5.0.1/docker-compose.yml index e81960e4e..c5b1eaba8 100644 --- a/qbittorrent/5.0.0/docker-compose.yml +++ b/qbittorrent/5.0.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: qbittorrent: - image: linuxserver/qbittorrent:5.0.0 + image: linuxserver/qbittorrent:5.0.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/qbittorrent/5.0.0/scripts/init.sh b/qbittorrent/5.0.1/scripts/init.sh similarity index 100% rename from qbittorrent/5.0.0/scripts/init.sh rename to qbittorrent/5.0.1/scripts/init.sh diff --git a/qbittorrent/5.0.0/scripts/uninstall.sh b/qbittorrent/5.0.1/scripts/uninstall.sh similarity index 100% rename from qbittorrent/5.0.0/scripts/uninstall.sh rename to qbittorrent/5.0.1/scripts/uninstall.sh diff --git a/qbittorrent/5.0.0/scripts/upgrade.sh b/qbittorrent/5.0.1/scripts/upgrade.sh similarity index 100% rename from qbittorrent/5.0.0/scripts/upgrade.sh rename to qbittorrent/5.0.1/scripts/upgrade.sh