diff --git a/README.md b/README.md index 723b864..185b3c0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 46e1ac4..caf4dff 100644 --- a/package.json +++ b/package.json @@ -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", @@ -81,4 +81,4 @@ }, "verbose": true } -} \ No newline at end of file +}