Skip to content

Commit

Permalink
Merge pull request #10 from crossplane-contrib/version_bump_v0.2.3
Browse files Browse the repository at this point in the history
feat: version bump v0.2.3
  • Loading branch information
tampakrap committed Jun 6, 2024
2 parents ba24032 + 38ee99e commit 06edd6a
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.2.2
up ctp provider install crossplane-contrib/provider-spotify:v0.2.3
```

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

- 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.2.2
package: crossplane-contrib/provider-spotify:v0.2.3

0 comments on commit 06edd6a

Please sign in to comment.