diff --git a/gradle.properties b/gradle.properties index 9ce9e24..fe820f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.2.1-SNAPSHOT +version=1.3.0-SNAPSHOT diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index b6b434c..a68573a 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.2.1 + version: 1.3.0 requires: ">=2.0.0" author: name: longjuan @@ -16,4 +16,4 @@ spec: displayName: "对象存储(Amazon S3 协议)" description: "提供兼容 Amazon S3 协议的对象存储策略,兼容阿里云、腾讯云、七牛云等" license: - - name: "MIT" + - name: "GPL-3.0"