diff --git a/apps/homarr/1.44.0/.env b/apps/homarr/1.45.0/.env similarity index 100% rename from apps/homarr/1.44.0/.env rename to apps/homarr/1.45.0/.env diff --git a/apps/homarr/1.44.0/data.yml b/apps/homarr/1.45.0/data.yml similarity index 100% rename from apps/homarr/1.44.0/data.yml rename to apps/homarr/1.45.0/data.yml diff --git a/apps/homarr/1.44.0/docker-compose.yml b/apps/homarr/1.45.0/docker-compose.yml similarity index 89% rename from apps/homarr/1.44.0/docker-compose.yml rename to apps/homarr/1.45.0/docker-compose.yml index af6e9d4..85b5ddd 100644 --- a/apps/homarr/1.44.0/docker-compose.yml +++ b/apps/homarr/1.45.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/homarr-labs/homarr:v1.44.0 + image: ghcr.io/homarr-labs/homarr:v1.45.0 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/apps/homarr/1.44.0/envs/default.env b/apps/homarr/1.45.0/envs/default.env similarity index 100% rename from apps/homarr/1.44.0/envs/default.env rename to apps/homarr/1.45.0/envs/default.env diff --git a/apps/homarr/1.44.0/envs/global.env b/apps/homarr/1.45.0/envs/global.env similarity index 100% rename from apps/homarr/1.44.0/envs/global.env rename to apps/homarr/1.45.0/envs/global.env diff --git a/apps/homarr/1.44.0/scripts/init.sh b/apps/homarr/1.45.0/scripts/init.sh similarity index 100% rename from apps/homarr/1.44.0/scripts/init.sh rename to apps/homarr/1.45.0/scripts/init.sh diff --git a/apps/homarr/1.44.0/scripts/uninstall.sh b/apps/homarr/1.45.0/scripts/uninstall.sh similarity index 100% rename from apps/homarr/1.44.0/scripts/uninstall.sh rename to apps/homarr/1.45.0/scripts/uninstall.sh diff --git a/apps/homarr/1.44.0/scripts/upgrade.sh b/apps/homarr/1.45.0/scripts/upgrade.sh similarity index 100% rename from apps/homarr/1.44.0/scripts/upgrade.sh rename to apps/homarr/1.45.0/scripts/upgrade.sh diff --git a/apps/super-productivity/16.3.5/.env b/apps/super-productivity/16.4.1/.env similarity index 100% rename from apps/super-productivity/16.3.5/.env rename to apps/super-productivity/16.4.1/.env diff --git a/apps/super-productivity/16.3.5/conf/webdav.yaml b/apps/super-productivity/16.4.1/conf/webdav.yaml similarity index 100% rename from apps/super-productivity/16.3.5/conf/webdav.yaml rename to apps/super-productivity/16.4.1/conf/webdav.yaml diff --git a/apps/super-productivity/16.3.5/data.yml b/apps/super-productivity/16.4.1/data.yml similarity index 100% rename from apps/super-productivity/16.3.5/data.yml rename to apps/super-productivity/16.4.1/data.yml diff --git a/apps/super-productivity/16.3.5/docker-compose.yml b/apps/super-productivity/16.4.1/docker-compose.yml similarity index 93% rename from apps/super-productivity/16.3.5/docker-compose.yml rename to apps/super-productivity/16.4.1/docker-compose.yml index 2bddecd..30665ba 100644 --- a/apps/super-productivity/16.3.5/docker-compose.yml +++ b/apps/super-productivity/16.4.1/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v16.3.5 + image: johannesjo/super-productivity:v16.4.1 labels: createdBy: Apps networks: diff --git a/apps/super-productivity/16.3.5/envs/default.env b/apps/super-productivity/16.4.1/envs/default.env similarity index 100% rename from apps/super-productivity/16.3.5/envs/default.env rename to apps/super-productivity/16.4.1/envs/default.env diff --git a/apps/super-productivity/16.3.5/envs/global.env b/apps/super-productivity/16.4.1/envs/global.env similarity index 100% rename from apps/super-productivity/16.3.5/envs/global.env rename to apps/super-productivity/16.4.1/envs/global.env diff --git a/apps/super-productivity/16.3.5/scripts/init.sh b/apps/super-productivity/16.4.1/scripts/init.sh similarity index 100% rename from apps/super-productivity/16.3.5/scripts/init.sh rename to apps/super-productivity/16.4.1/scripts/init.sh diff --git a/apps/super-productivity/16.3.5/scripts/uninstall.sh b/apps/super-productivity/16.4.1/scripts/uninstall.sh similarity index 100% rename from apps/super-productivity/16.3.5/scripts/uninstall.sh rename to apps/super-productivity/16.4.1/scripts/uninstall.sh diff --git a/apps/super-productivity/16.3.5/scripts/upgrade.sh b/apps/super-productivity/16.4.1/scripts/upgrade.sh similarity index 100% rename from apps/super-productivity/16.3.5/scripts/upgrade.sh rename to apps/super-productivity/16.4.1/scripts/upgrade.sh