diff --git a/Cargo.toml b/Cargo.toml index 24aba04..1765b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brotli-dec-wasm" -version = "1.3.0" +version = "1.3.1" authors = ["myl7 "] edition = "2018" license = "MIT" diff --git a/package.json b/package.json index dce6574..ff7a8e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brotli-dec-wasm", - "version": "1.3.0", + "version": "1.3.1", "description": "Brotli decompressor for browsers and web workers with WASM, but still having a small size (about 300KB)", "scripts": { "pretest": "bash tests/pretest.sh",