From a7919266d5b347ead1b678baa717f58f88d77846 Mon Sep 17 00:00:00 2001 From: guqing <38999863+guqing@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:47:16 +0800 Subject: [PATCH] chore: update requires to 2.20.0 (#171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What this PR does? 将 requires 改动到 2.20.0 目前 Halo 2.20.0 已经发布,此 https://github.com/halo-dev/plugin-s3/pull/167 功能需要在 2.20.0 才能完整工作,因此升级到此版本后准备发版 ```release-note None ``` --- src/main/resources/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index fd2bda7..3a8330f 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -4,7 +4,7 @@ metadata: name: PluginS3ObjectStorage spec: enabled: true - requires: ">=2.19.0" + requires: ">=2.20.0" author: name: Halo website: https://github.com/halo-dev