From 547fa240fd019dff02c4929498a9e88be3796cbc Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Tue, 31 Jul 2018 12:06:51 -0500 Subject: [PATCH] update version to 0.6.0 --- README.md | 4 ++-- plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2494ab6..1e385fc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Based on the version in `plugin.yaml`, release binary will be downloaded from Gi ``` $ helm plugin install https://github.com/chartmuseum/helm-push -Downloading and installing helm-push v0.5.0 ... -https://github.com/chartmuseum/helm-push/releases/download/v0.5.0/helm-push_0.5.0_darwin_amd64.tar.gz +Downloading and installing helm-push v0.6.0 ... +https://github.com/chartmuseum/helm-push/releases/download/v0.6.0/helm-push_0.6.0_darwin_amd64.tar.gz Installed plugin: push ``` diff --git a/plugin.yaml b/plugin.yaml index 64bf7e5..9370c94 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "push" -version: "0.5.0" +version: "0.6.0" usage: "Please see https://github.com/chartmuseum/helm-push for usage" description: "Push chart package to ChartMuseum" command: "$HELM_PLUGIN_DIR/bin/helmpush"