diff --git a/README.md b/README.md index 23d13f53..fc3286ee 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This fits multiple use cases: Use `helm` CLI to install this plugin: - helm plugin install https://github.com/aslafy-z/helm-git --version 0.17.0 + helm plugin install https://github.com/aslafy-z/helm-git --version 1.0.0 To use the plugin, you only need `git`. If you want to build the plugin from source, or you want to contribute to the plugin, please see [these instructions](.github/CONTRIBUTING.md). diff --git a/package-lock.json b/package-lock.json index fb6c4fb1..0bdbd4f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helm-git", - "version": "0.17.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "helm-git", - "version": "0.17.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@semantic-release/exec": "6.0.3", diff --git a/package.json b/package.json index 3c56cb45..6cf03acf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helm-git", "private": true, - "version": "0.17.0", + "version": "1.0.0", "description": "npm tooling for helm-git Helm downloader plugin", "scripts": { "prepare": "husky install", diff --git a/plugin.yaml b/plugin.yaml index 10eb78e4..184a0e7f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "helm-git" -version: "0.17.0" +version: "1.0.0" description: |- Get non-packaged Charts directly from Git. downloaders: