diff options
Diffstat (limited to 'packages/base-contract/package.json')
-rw-r--r-- | packages/base-contract/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json index 3c0941fa6..6b4fc9a8e 100644 --- a/packages/base-contract/package.json +++ b/packages/base-contract/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/base-contract", - "version": "0.0.2", + "version": "0.0.3", "description": "0x Base TS contract", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -28,8 +28,8 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/types": "^0.3.0", - "@0xproject/web3-wrapper": "^0.2.0", + "@0xproject/types": "^0.3.1", + "@0xproject/web3-wrapper": "^0.2.1", "ethers-contracts": "^2.2.1", "ethers-typescript-typings": "^0.0.2", "lodash": "^4.17.4", |