From c544650572292c30bd15f29eeddb58494091216a Mon Sep 17 00:00:00 2001 From: myl7 Date: Mon, 13 Nov 2023 14:37:28 +0800 Subject: [PATCH] Bump version Fix version in the Cargo config --- 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 2d3e4b0..d17a510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "brotli-dec-wasm" -version = "2.0.1" +version = "2.0.3" dependencies = [ "brotli-decompressor", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index fee99a0..fc2cad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brotli-dec-wasm" -version = "2.0.1" +version = "2.0.3" authors = ["myl7 "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/package.json b/package.json index ffae51d..96cbb25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brotli-dec-wasm", - "version": "2.0.2", + "version": "2.0.3", "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",