Skip to content

Commit 27183bc

Browse files
authored
Update the version info to 0.13.4. (#166)
Signed-off-by: YiYing He <yiying@secondstate.io>
1 parent f0666d6 commit 27183bc

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
WASMEDGE_VERSION='0.13.3'
1+
WASMEDGE_VERSION='0.13.4'

docs/embed/c/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sys 0m0.011s
114114

115115
## API References
116116

117-
- [0.13.0](reference/latest.md)
117+
- [0.13.4](reference/latest.md)
118118
- [0.12.1](reference/0.12.x.md)
119119
- [0.11.2](reference/0.11.x.md)
120120
- [0.10.1](reference/0.10.x.md)

docs/embed/c/reference/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
# C API 0.13.1 Documentation
5+
# C API 0.13.4 Documentation
66

77
[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.
88

docs/embed/go/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To embed WasmEdge into your go application and run the WASM function, we still n
9595

9696
## API References
9797

98-
- [v0.13.0](reference/latest.md)
98+
- [v0.13.4](reference/latest.md)
9999
- [v0.12.1](reference/0.12.x.md)
100100
- [v0.11.2](reference/0.11.x.md)
101101
- [v0.10.1](reference/0.10.x.md)

docs/embed/go/reference/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
# Go API v0.13.0 Documentation
5+
# Go API v0.13.4 Documentation
66

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

i18n/zh/docusaurus-plugin-content-docs/current/embed/c/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sys 0m0.011s
114114

115115
## API References
116116

117-
- [0.13.0](reference/latest.md)
117+
- [0.13.4](reference/latest.md)
118118
- [0.12.1](reference/0.12.x.md)
119119
- [0.11.2](reference/0.11.x.md)
120120
- [0.10.1](reference/0.10.x.md)

i18n/zh/docusaurus-plugin-content-docs/current/embed/c/reference/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
# C API 0.13.1 Documentation
5+
# C API 0.13.4 Documentation
66

77
[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.
88

i18n/zh/docusaurus-plugin-content-docs/current/embed/go/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To embed WasmEdge into your go application and run the WASM function, we still n
9595

9696
## API References
9797

98-
- [v0.13.0](reference/latest.md)
98+
- [v0.13.4](reference/latest.md)
9999
- [v0.12.1](reference/0.12.x.md)
100100
- [v0.11.2](reference/0.11.x.md)
101101
- [v0.10.1](reference/0.10.x.md)

i18n/zh/docusaurus-plugin-content-docs/current/embed/go/reference/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
# Go API v0.13.0 Documentation
5+
# Go API v0.13.4 Documentation
66

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

0 commit comments

Comments
 (0)