Skip to content

Commit

Permalink
docs(readme): udpate package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 20, 2023
1 parent 51af1d7 commit f3b1175
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.6
uses: Rubilmax/foundry-storage-check@v3.7
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.6.0",
"version": "3.7.0",
"description": "Github Action checking the storage layout diff from Foundry storage layout reports",
"author": {
"name": "Romain (Rubilmax) Milon",
Expand Down Expand Up @@ -81,4 +81,4 @@
},
"verbose": true
}
}
}

0 comments on commit f3b1175

Please sign in to comment.