Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
take-five committed Jun 24, 2024
1 parent bf7cf91 commit 1bc9666
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kind: Function
metadata:
name: function-javascript
spec:
package: docker.io/salemove/crossplane-function-javascript:v0.2.0
package: docker.io/salemove/crossplane-function-javascript:v0.3.0
EOF
```

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
render.crossplane.io/runtime: Development
spec:
# This is ignored when using the Development runtime.
package: docker.io/salemove/crossplane-function-javascript:v0.2.0
package: docker.io/salemove/crossplane-function-javascript:v0.3.0
2 changes: 1 addition & 1 deletion examples/external-dependencies/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
render.crossplane.io/runtime: Development
spec:
# This is ignored when using the Development runtime.
package: docker.io/salemove/crossplane-function-javascript:v0.2.0
package: docker.io/salemove/crossplane-function-javascript:v0.3.0

0 comments on commit 1bc9666

Please sign in to comment.