diff --git a/README.md b/README.md index 4e0a167..3b2b0d4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install `wasm-pack` by downloading the executable (much faster than `cargo insta ## Usage ```yaml -- uses: jetli/wasm-pack-action@v0.2.0 +- uses: jetli/wasm-pack-action@v0.3.0 with: # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest') version: 'latest' diff --git a/package.json b/package.json index 3f310a6..ced373a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wasm-pack-action", - "version": "0.2.0", + "version": "0.3.0", "private": true, "description": "wasm-pack action to install wasm-pack by downloading the executable", "main": "lib/main.js",