From 06a5ec08dcf3ca47c17f5d23df22ab2830dac756 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Mon, 14 Oct 2024 20:10:25 -0700 Subject: [PATCH] bump version --- Cargo.lock | 2 +- client/Cargo.toml | 2 +- client/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad00cd5..1521cbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "epoxy-client" -version = "2.1.9" +version = "2.1.10" dependencies = [ "async-compression", "async-trait", diff --git a/client/Cargo.toml b/client/Cargo.toml index 772c6b0..c99dd1d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epoxy-client" -version = "2.1.9" +version = "2.1.10" edition = "2021" [lib] diff --git a/client/package.json b/client/package.json index aeef0e4..63092cd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@mercuryworkshop/epoxy-tls", - "version": "2.1.9-1", + "version": "2.1.10-1", "description": "A wasm library for using raw encrypted tls/ssl/tcp/udp/https/websocket streams on the browser", "scripts": { "build": "./build.sh"