Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Dec 24, 2019
1 parent 38ace19 commit 0080407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions krew-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: neat
spec:
version: "v1.0.0"
version: "v1.1.0"
shortDescription: Remove clutter from Kubernetes manifests to make them more readable.
homepage: https://github.com/itaysk/kubectl-neat
description: |
Expand All @@ -18,7 +18,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.0.0/kubectl-neat_darwin.tar.gz
uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.1.0/kubectl-neat_darwin.tar.gz
sha256: ${sha256}
files:
- from: "/*"
Expand All @@ -28,7 +28,7 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.0.0/kubectl-neat_linux.tar.gz
uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.1.0/kubectl-neat_linux.tar.gz
sha256: ${sha256}
files:
- from: "/*"
Expand Down

0 comments on commit 0080407

Please sign in to comment.