Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jun 21, 2024
1 parent 6f4f3b7 commit 6ec26ec
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 @@ -6,7 +6,7 @@ This action adds the [wabt](https://github.com/WebAssembly/wabt) binaries to PAT

```yaml
- name: Use wabt 1.0.20
uses: mwilliamson/setup-wabt-action@v2
uses: mwilliamson/setup-wabt-action@v3
with:
wabt-version: "1.0.20"
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-wabt-action",
"version": "2.0.0",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6ec26ec

Please sign in to comment.