diff --git a/package.json b/package.json index 5010afa..087401f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "go-get-folder-size", - "version": "0.3.0", + "version": "0.3.1", "description": "Get the size of a folder by recursively iterating through all its sub(files && folders). Use go, so high-speed", "main": "./npm/index.cjs", "module": "./npm/index.mjs", diff --git a/wasm/main.wasm b/wasm/main.wasm index 0016881..5467901 100644 Binary files a/wasm/main.wasm and b/wasm/main.wasm differ