From 11e8823dadd375325c35bda1bb75259979e6ce8d Mon Sep 17 00:00:00 2001 From: snebel29 Date: Sat, 13 Jan 2018 09:06:18 +0000 Subject: [PATCH] Bump minor version --- README.md | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.