diff --git a/README.md b/README.md index 6988d60..a2a5d71 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/examples/install.yaml b/examples/install.yaml index 3440aa6..880ea71 100644 --- a/examples/install.yaml +++ b/examples/install.yaml @@ -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