From bd5e57542159155832697a360b4daa748c4af56c Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Tue, 25 Aug 2020 21:06:44 +0530 Subject: [PATCH] bump version to 0.0.3 --- plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 11293aa..c2c58b4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,8 +1,8 @@ name: "schema-gen" -version: "0.0.2" +version: "0.0.3" usage: "generate json schema for values yaml" description: "generate json schema for values yaml" command: "$HELM_PLUGIN_DIR/bin/helm-schema-gen" hooks: install: "cd $HELM_PLUGIN_DIR; scripts/install_version.sh" - update: "cd $HELM_PLUGIN_DIR; scripts/install_version.sh" \ No newline at end of file + update: "cd $HELM_PLUGIN_DIR; scripts/install_version.sh"