From 8ed3bacaf67927c91667ddda4e1a8ea82248b9dc Mon Sep 17 00:00:00 2001 From: myl7 Date: Fri, 20 Oct 2023 16:16:49 +0800 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e752c8..ffae51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brotli-dec-wasm", - "version": "2.0.1", + "version": "2.0.2", "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",