From 7b56ad3a4001bc3c57080148b1cee77f250795c5 Mon Sep 17 00:00:00 2001 From: YiYing He Date: Fri, 8 Sep 2023 15:56:02 +0800 Subject: [PATCH] Update the version info to 0.13.4. Signed-off-by: YiYing He --- .env | 2 +- docs/embed/c/intro.md | 2 +- docs/embed/c/reference/latest.md | 2 +- docs/embed/go/intro.md | 2 +- docs/embed/go/reference/latest.md | 2 +- i18n/zh/docusaurus-plugin-content-docs/current/embed/c/intro.md | 2 +- .../current/embed/c/reference/latest.md | 2 +- .../zh/docusaurus-plugin-content-docs/current/embed/go/intro.md | 2 +- .../current/embed/go/reference/latest.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env b/.env index ad4f56e4..658ebc19 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -WASMEDGE_VERSION='0.13.3' \ No newline at end of file +WASMEDGE_VERSION='0.13.4' \ No newline at end of file diff --git a/docs/embed/c/intro.md b/docs/embed/c/intro.md index a305110b..0b89fc99 100644 --- a/docs/embed/c/intro.md +++ b/docs/embed/c/intro.md @@ -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) diff --git a/docs/embed/c/reference/latest.md b/docs/embed/c/reference/latest.md index bea5bde2..72cf9bcc 100644 --- a/docs/embed/c/reference/latest.md +++ b/docs/embed/c/reference/latest.md @@ -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. diff --git a/docs/embed/go/intro.md b/docs/embed/go/intro.md index 37d52ef0..71718eaa 100644 --- a/docs/embed/go/intro.md +++ b/docs/embed/go/intro.md @@ -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) diff --git a/docs/embed/go/reference/latest.md b/docs/embed/go/reference/latest.md index d7970f1c..2e779349 100644 --- a/docs/embed/go/reference/latest.md +++ b/docs/embed/go/reference/latest.md @@ -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. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/intro.md b/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/intro.md index a305110b..0b89fc99 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/intro.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/intro.md @@ -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) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/reference/latest.md b/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/reference/latest.md index bea5bde2..72cf9bcc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/reference/latest.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/embed/c/reference/latest.md @@ -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. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/intro.md b/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/intro.md index 37d52ef0..71718eaa 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/intro.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/intro.md @@ -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) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/reference/latest.md b/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/reference/latest.md index d7970f1c..2e779349 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/reference/latest.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/embed/go/reference/latest.md @@ -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.