Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Dec 27, 2022
1 parent 5b898e4 commit 6aeb396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@account-abstraction/contracts",
"description": "Account Abstraction (EIP 4337) contracts",
"version": "0.3.1",
"version": "0.4.0",
"main": "./dist/index.js",
"scripts": {
"prepack": "../scripts/prepack-contracts-package.sh",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/eth-infinitism/account-abstraction/issues"
},
"devDependencies": {
"@gnosis.pm/safe-contracts": "^1.3.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@gnosis.pm/safe-contracts": "^1.3.0"
"@nomiclabs/hardhat-waffle": "^2.0.1"
}
}

0 comments on commit 6aeb396

Please sign in to comment.