Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the version info to 0.13.4. #166

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WASMEDGE_VERSION='0.13.3'
WASMEDGE_VERSION='0.13.4'
2 changes: 1 addition & 1 deletion docs/embed/c/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sys 0m0.011s

## API References

- [0.13.0](reference/latest.md)
- [0.13.4](reference/latest.md)
- [0.12.1](reference/0.12.x.md)
- [0.11.2](reference/0.11.x.md)
- [0.10.1](reference/0.10.x.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/embed/c/reference/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

# C API 0.13.1 Documentation
# C API 0.13.4 Documentation

[WasmEdge C API](https://github.com/WasmEdge/WasmEdge/blob/master/include/api/wasmedge/wasmedge.h) denotes an interface to access the WasmEdge runtime at version `{{ wasmedge_version }}`. The following are the guides to working with the C APIs of WasmEdge.

Expand Down
2 changes: 1 addition & 1 deletion docs/embed/go/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To embed WasmEdge into your go application and run the WASM function, we still n

## API References

- [v0.13.0](reference/latest.md)
- [v0.13.4](reference/latest.md)
- [v0.12.1](reference/0.12.x.md)
- [v0.11.2](reference/0.11.x.md)
- [v0.10.1](reference/0.10.x.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/embed/go/reference/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

# Go API v0.13.0 Documentation
# Go API v0.13.4 Documentation

The following are the guides to working with the WasmEdge-Go SDK.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sys 0m0.011s

## API References

- [0.13.0](reference/latest.md)
- [0.13.4](reference/latest.md)
- [0.12.1](reference/0.12.x.md)
- [0.11.2](reference/0.11.x.md)
- [0.10.1](reference/0.10.x.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

# C API 0.13.1 Documentation
# C API 0.13.4 Documentation

[WasmEdge C API](https://github.com/WasmEdge/WasmEdge/blob/master/include/api/wasmedge/wasmedge.h) denotes an interface to access the WasmEdge runtime at version `{{ wasmedge_version }}`. The following are the guides to working with the C APIs of WasmEdge.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To embed WasmEdge into your go application and run the WASM function, we still n

## API References

- [v0.13.0](reference/latest.md)
- [v0.13.4](reference/latest.md)
- [v0.12.1](reference/0.12.x.md)
- [v0.11.2](reference/0.11.x.md)
- [v0.10.1](reference/0.10.x.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

# Go API v0.13.0 Documentation
# Go API v0.13.4 Documentation

The following are the guides to working with the WasmEdge-Go SDK.

Expand Down