Skip to content

Commit 2a9dacd

Browse files
authored
Fix the title of the latest C API document. (#134)
Signed-off-by: YiYing He <[email protected]>
1 parent 07182a2 commit 2a9dacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

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

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 {{ wasmedge_version }} Documentation
5+
# C API 0.13.1 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

0 commit comments

Comments
 (0)