From e3cda93919c916cabfec77b397d2714abb17954e Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Fri, 18 Nov 2022 13:06:03 +0000 Subject: [PATCH] WASM client: update crate version so that the client works with mainnet --- clients/webassembly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/webassembly/Cargo.toml b/clients/webassembly/Cargo.toml index b296e29959..708c2aeb1c 100644 --- a/clients/webassembly/Cargo.toml +++ b/clients/webassembly/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nym-client-wasm" authors = ["Dave Hrycyszyn ", "Jedrzej Stuczynski "] -version = "1.0.1" +version = "1.1.0" edition = "2021" keywords = ["nym", "sphinx", "wasm", "webassembly", "privacy", "client"] license = "Apache-2.0"