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