From 3be82c24d82390c5b3016c9e6cb5a775557f4b15 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Fri, 2 Aug 2024 08:26:11 +0200 Subject: [PATCH] chore(sdk-js): Bump version to 0.1.95 --- bindings/prose-sdk-js/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/prose-sdk-js/Cargo.toml b/bindings/prose-sdk-js/Cargo.toml index f04add2a..858d1d5f 100644 --- a/bindings/prose-sdk-js/Cargo.toml +++ b/bindings/prose-sdk-js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prose-sdk-js" -version = "0.1.94" +version = "0.1.95" description = "Prose JavaScript SDK" readme = "README.md" license = "MPL-2.0" @@ -41,4 +41,4 @@ wasm-bindgen-futures = { workspace = true } web-sys = { version = "0.3", features = ["DomException"] } [features] -delay-requests = ["prose-core-client/debug"] \ No newline at end of file +delay-requests = ["prose-core-client/debug"]