Skip to content

Commit

Permalink
Merge pull request #4 from crossplane-contrib/version_bump_v0.2.0
Browse files Browse the repository at this point in the history
feat: version bump v0.2.0
  • Loading branch information
tampakrap authored Apr 3, 2024
2 parents 0e59039 + 940483d commit 51656f8
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 @@ -71,12 +71,12 @@ using either of the following methods:

- Using [up](https://docs.upbound.io/reference/cli/):
```bash
up ctp provider install crossplane-contrib/provider-spotify:v0.1.0
up ctp provider install crossplane-contrib/provider-spotify:v0.2.0
```

- Using [crossplane](https://docs.crossplane.io/latest/cli/):
```bash
crossplane xpkg install provider crossplane-contrib/provider-spotify:v0.1.0
crossplane xpkg install provider crossplane-contrib/provider-spotify:v0.2.0
```

- Using declarative installation:
Expand Down
2 changes: 1 addition & 1 deletion examples/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Provider
metadata:
name: provider-spotify
spec:
package: crossplane-contrib/provider-spotify:v0.1.0
package: crossplane-contrib/provider-spotify:v0.2.0

0 comments on commit 51656f8

Please sign in to comment.