diff --git a/apps/filerise/3.28.0/.env.sample b/apps/filerise/3.29.0/.env.sample similarity index 100% rename from apps/filerise/3.28.0/.env.sample rename to apps/filerise/3.29.0/.env.sample diff --git a/apps/filerise/3.28.0/data.yml b/apps/filerise/3.29.0/data.yml similarity index 100% rename from apps/filerise/3.28.0/data.yml rename to apps/filerise/3.29.0/data.yml diff --git a/apps/filerise/3.28.0/docker-compose.yml b/apps/filerise/3.29.0/docker-compose.yml similarity index 95% rename from apps/filerise/3.28.0/docker-compose.yml rename to apps/filerise/3.29.0/docker-compose.yml index 5103861bb..3d4e93604 100644 --- a/apps/filerise/3.28.0/docker-compose.yml +++ b/apps/filerise/3.29.0/docker-compose.yml @@ -1,6 +1,6 @@ services: filerise: - image: "error311/filerise-docker:v3.28.0" + image: "error311/filerise-docker:v3.29.0" container_name: ${CONTAINER_NAME} restart: unless-stopped networks: diff --git a/apps/filerise/3.28.0/scripts/init.sh b/apps/filerise/3.29.0/scripts/init.sh similarity index 100% rename from apps/filerise/3.28.0/scripts/init.sh rename to apps/filerise/3.29.0/scripts/init.sh diff --git a/apps/filerise/3.28.0/scripts/uninstall.sh b/apps/filerise/3.29.0/scripts/uninstall.sh similarity index 100% rename from apps/filerise/3.28.0/scripts/uninstall.sh rename to apps/filerise/3.29.0/scripts/uninstall.sh diff --git a/apps/filerise/3.28.0/scripts/upgrade.sh b/apps/filerise/3.29.0/scripts/upgrade.sh similarity index 100% rename from apps/filerise/3.28.0/scripts/upgrade.sh rename to apps/filerise/3.29.0/scripts/upgrade.sh