Skip to content

Commit

Permalink
update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Apr 27, 2018
1 parent 41d0264 commit ffe7123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.2.0/helm-push_0.2.0_darwin_amd64.tar.gz
Downloading and installing helm-push v0.2.1 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.2.1/helm-push_0.2.1_darwin_amd64.tar.gz
Installed plugin: push
```

Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "push"
version: "0.2.0"
version: "0.2.1"
usage: "Please see https://github.com/chartmuseum/helm-push for usage"
description: "Push chart package to ChartMuseum"
command: "$HELM_PLUGIN_DIR/bin/helmpush"
Expand Down

0 comments on commit ffe7123

Please sign in to comment.