Skip to content

Commit

Permalink
chore: Prepare 0.0.5 release (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes authored Nov 11, 2024
1 parent 4b3abaf commit 5dd92cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Requires tinygo 0.33 or above.
Import `go.wasmcloud.dev/component` in your Go module.

```bash
go get go.wasmcloud.dev/[email protected].4
go get go.wasmcloud.dev/[email protected].5
```

Import the SDK WIT. In `wit/deps.toml`:

```toml

wasmcloud-component = "https://github.com/wasmCloud/component-sdk-go/archive/v0.0.4.tar.gz"
wasmcloud-component = "https://github.com/wasmCloud/component-sdk-go/archive/v0.0.5.tar.gz"

```

Expand Down
2 changes: 1 addition & 1 deletion _examples/http-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
go.bytecodealliance.org v0.4.0
go.wasmcloud.dev/component v0.0.4
go.wasmcloud.dev/component v0.0.5
)

require (
Expand Down
2 changes: 1 addition & 1 deletion _examples/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/stretchr/testify v1.9.0
go.bytecodealliance.org v0.4.0
go.wasmcloud.dev/component v0.0.4
go.wasmcloud.dev/component v0.0.5
go.wasmcloud.dev/wadge v0.7.0
)

Expand Down
2 changes: 1 addition & 1 deletion _examples/invoke/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/stretchr/testify v1.9.0
go.bytecodealliance.org v0.4.0
go.wasmcloud.dev/component v0.0.4
go.wasmcloud.dev/component v0.0.5
go.wasmcloud.dev/wadge v0.7.0
)

Expand Down

0 comments on commit 5dd92cb

Please sign in to comment.