Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli committed Mar 31, 2020
1 parent be354d4 commit f987773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f987773

Please sign in to comment.