From f3b1175ec710d06ad40786390db7b197c929f373 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Fri, 20 Oct 2023 18:38:25 +0200 Subject: [PATCH] docs(readme): udpate package version --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +}