diff --git a/watchyourlan/2.0.3/data.yml b/watchyourlan/2.0.4/data.yml similarity index 100% rename from watchyourlan/2.0.3/data.yml rename to watchyourlan/2.0.4/data.yml diff --git a/watchyourlan/2.0.3/docker-compose.yml b/watchyourlan/2.0.4/docker-compose.yml similarity index 92% rename from watchyourlan/2.0.3/docker-compose.yml rename to watchyourlan/2.0.4/docker-compose.yml index b63bc3fa6..e477e30a0 100644 --- a/watchyourlan/2.0.3/docker-compose.yml +++ b/watchyourlan/2.0.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: watchyourlan: - image: aceberg/watchyourlan:2.0.3 + image: aceberg/watchyourlan:2.0.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/watchyourlan/2.0.3/scripts/init.sh b/watchyourlan/2.0.4/scripts/init.sh similarity index 100% rename from watchyourlan/2.0.3/scripts/init.sh rename to watchyourlan/2.0.4/scripts/init.sh diff --git a/watchyourlan/2.0.3/scripts/uninstall.sh b/watchyourlan/2.0.4/scripts/uninstall.sh similarity index 100% rename from watchyourlan/2.0.3/scripts/uninstall.sh rename to watchyourlan/2.0.4/scripts/uninstall.sh diff --git a/watchyourlan/2.0.3/scripts/upgrade.sh b/watchyourlan/2.0.4/scripts/upgrade.sh similarity index 100% rename from watchyourlan/2.0.3/scripts/upgrade.sh rename to watchyourlan/2.0.4/scripts/upgrade.sh