From 5f14a035a5f2e951d92f171868e2fd484eb77dca Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Sat, 12 Oct 2024 13:58:59 -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 3d4cb44..c66759c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "epoxy-client" -version = "2.1.8" +version = "2.1.9" dependencies = [ "async-compression", "async-trait", diff --git a/client/Cargo.toml b/client/Cargo.toml index b0a6486..ae3e148 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epoxy-client" -version = "2.1.8" +version = "2.1.9" edition = "2021" [lib] diff --git a/client/package.json b/client/package.json index 6484abd..aeef0e4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@mercuryworkshop/epoxy-tls", - "version": "2.1.8-1", + "version": "2.1.9-1", "description": "A wasm library for using raw encrypted tls/ssl/tcp/udp/https/websocket streams on the browser", "scripts": { "build": "./build.sh"