From 79c94a29a90b89dd95b75f89914bd2fc037b67dd Mon Sep 17 00:00:00 2001 From: longjuan <769022681@qq.com> Date: Mon, 19 Dec 2022 21:41:08 +0800 Subject: [PATCH] Upgrade version to 1.1.1 --- gradle.properties | 2 +- src/main/resources/plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 191b2b0..c6d0f18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.1.0-SNAPSHOT +version=1.1.1-SNAPSHOT diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 0084efd..efd74ca 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -4,7 +4,7 @@ metadata: name: PluginS3ObjectStorage spec: enabled: true - version: 1.1.0 + version: 1.1.1 requires: ">=2.0.0" author: name: longjuan