From 9edb4504b28db0b5ad0f9347bcfab15f37c82770 Mon Sep 17 00:00:00 2001 From: Xinzhao Xu Date: Mon, 20 May 2024 16:41:19 +0800 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6c7fa4..9ee1e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "wasi-http-client" description = "HTTP client library for WASI" readme = "README.md" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Xinzhao Xu"] categories = ["wasm"]