From 78059a441a0b3fc247ef2957d6f24fbd6967da5f Mon Sep 17 00:00:00 2001 From: Renaat Debleu Date: Wed, 8 May 2024 07:16:35 +0000 Subject: [PATCH] version update --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index b850b81..942f204 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ $plugin->requires = 2023042400; $plugin->component = 'repository_s3bucket'; $plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = ['repository_s3' => ANY_VERSION, 'local_aws' => 2023042400]; +$plugin->dependencies = ['repository_s3' => ANY_VERSION, 'local_aws' => 2024050800]; $plugin->release = 'v4.4.1'; $plugin->supported = [402, 404]; $plugin->version = 2024031000;