From ec4e3135c4b9de8aeef4f4dd03aa05ee86ab1762 Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Wed, 23 Dec 2020 20:32:16 +0530 Subject: [PATCH] bump version to 0.0.4 --- plugin.yaml | 2 +- scripts/install_version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index c2c58b4..9598bc2 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema-gen" -version: "0.0.3" +version: "0.0.4" usage: "generate json schema for values yaml" description: "generate json schema for values yaml" command: "$HELM_PLUGIN_DIR/bin/helm-schema-gen" diff --git a/scripts/install_version.sh b/scripts/install_version.sh index 032b41e..4205fcb 100755 --- a/scripts/install_version.sh +++ b/scripts/install_version.sh @@ -7,4 +7,4 @@ ## version of the plugin mentioned ## in the plugin.yaml -./scripts/install.sh "0.0.3" +./scripts/install.sh "0.0.4"