Skip to content

Commit

Permalink
🔁 Bump Version
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Oct 12, 2024
1 parent 25a1ec0 commit 2c1ffd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.1.2",
"version": "3.1.3",
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
"author": "Pascal Marco Caversaccio <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"chai": "^4.5.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.3",
"ethers": "^6.13.4",
"hardhat": "^2.22.13",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
Expand All @@ -61,7 +61,7 @@
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"ethers": "^6.13.3",
"ethers": "^6.13.4",
"hardhat": "^2.22.13"
}
}
31 changes: 13 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c1ffd2

Please sign in to comment.