diff --git a/README.md b/README.md index fdd7d39..30c2af1 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,8 @@ Find a bundled version in the latest [release](https://github.com/erwanvivien/fa ```bash ./wasm-pack.sh # Runs build in release mode and wasm-opt twice again +wasm-pack pack pkg # Creates an archive of said package +# wasm-pack publish pkg # Creates an archive & publish it to npm ``` ## Benchmarks diff --git a/pkg/package.json b/pkg/package.json index 60a7f19..f32f386 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -4,7 +4,7 @@ "erwan.vivien " ], "description": "Generates optimized QRCode", - "version": "0.7.0", + "version": "0.7.1", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git",