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