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"