From 8b64e50125626d65a0553d1550173f226c49bea0 Mon Sep 17 00:00:00 2001 From: myl7 Date: Fri, 24 Nov 2023 15:02:18 +0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d17a510..9c9c032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "brotli-dec-wasm" -version = "2.0.3" +version = "2.1.0" dependencies = [ "brotli-decompressor", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index fc2cad0..3cf5f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brotli-dec-wasm" -version = "2.0.3" +version = "2.1.0" authors = ["myl7 "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/package.json b/package.json index 2a3e9ae..046449f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brotli-dec-wasm", - "version": "2.0.3", + "version": "2.1.0", "description": "Brotli decompressor for browsers and web workers with WASM, which still has a small size (about 300KB)", "scripts": { "build": "wasm-pack build -t web --out-name index",