From ee08a10e1082dd8ca11b5a1e332fafc122c06e15 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Sun, 20 Oct 2024 18:01:46 -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 152e8d7..cbfed96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "epoxy-client" -version = "2.1.12" +version = "2.1.13" dependencies = [ "async-compression", "async-trait", diff --git a/client/Cargo.toml b/client/Cargo.toml index 07f5ac6..72e7c31 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epoxy-client" -version = "2.1.12" +version = "2.1.13" edition = "2021" [lib] diff --git a/client/package.json b/client/package.json index c69e418..23f490e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@mercuryworkshop/epoxy-tls", - "version": "2.1.12-1", + "version": "2.1.13-1", "description": "A wasm library for using raw encrypted tls/ssl/tcp/udp/https/websocket streams on the browser", "scripts": { "build": "./build.sh"