bump version

This commit is contained in:
Toshit Chawda 2024-10-20 18:01:46 -07:00
parent 3941d2fad1
commit ee08a10e10
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -683,7 +683,7 @@ dependencies = [
[[package]]
name = "epoxy-client"
version = "2.1.12"
version = "2.1.13"
dependencies = [
"async-compression",
"async-trait",

View file

@ -1,6 +1,6 @@
[package]
name = "epoxy-client"
version = "2.1.12"
version = "2.1.13"
edition = "2021"
[lib]

View file

@ -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"