diff options
Diffstat (limited to 'packages/connect/package.json')
-rw-r--r-- | packages/connect/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json index e95ff9744..0c512f9ee 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/connect", - "version": "0.4.0", + "version": "0.4.1", "description": "A javascript library for interacting with the standard relayer api", "keywords": [ "connect", @@ -64,6 +64,6 @@ "tslint": "5.8.0", "typedoc": "~0.8.0", "typescript": "~2.6.1", - "web3-typescript-typings": "^0.9.1" + "web3-typescript-typings": "^0.9.3" } } |