Skip to content

Commit

Permalink
docs(readme): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jun 22, 2023
1 parent ea42e8e commit 0fb9f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.4
uses: Rubilmax/foundry-storage-check@v3.5
with:
contract: src/Contract.sol:Contract
# settings below are optional, but allows to check whether the added storage slots are empty on the deployed contract
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-storage-check",
"version": "3.3.0",
"version": "3.5.0",
"description": "Github Action checking the storage layout diff from Foundry storage layout reports",
"author": {
"name": "Romain (Rubilmax) Milon",
Expand Down Expand Up @@ -82,4 +82,4 @@
},
"verbose": true
}
}
}

0 comments on commit 0fb9f89

Please sign in to comment.