diff --git a/README.md b/README.md index 03a6000..3b4540d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Helm plugin for using Google Cloud Storage as a private chart repository. 1. Install the Helm plugin ```shell - $ helm plugin install https://github.com/viglesiasce/helm-gcs.git --version v0.1.0 + $ helm plugin install https://github.com/viglesiasce/helm-gcs.git --version v0.2.0 ``` ## Usage diff --git a/plugin.yaml b/plugin.yaml index 7131ee8..1ab8086 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "gcs" -version: "0.1.0" +version: "0.2.0" usage: "This plugin allows to use gcs protocol to upload, fetch charts and to work with repositories." description: |- Provides Google Cloud Storage protocol support.