Version bump (minor); ENS support.

This commit is contained in:
ricmoo 2017-05-21 20:31:37 -04:00
parent 01f909fc05
commit 9616720abb
5 changed files with 9 additions and 9 deletions

@ -1,6 +1,6 @@
{ {
"name": "ethers-contracts", "name": "ethers-contracts",
"version": "2.0.1", "version": "2.1.0",
"description": "Contract and Interface (ABI) library for Ethereum.", "description": "Contract and Interface (ABI) library for Ethereum.",
"bugs": { "bugs": {
"url": "http://github.com/ethers-io/ethers.js/issues", "url": "http://github.com/ethers-io/ethers.js/issues",

@ -1,6 +1,6 @@
{ {
"name": "ethers", "name": "ethers",
"version": "2.0.4", "version": "2.1.0",
"description": "Ethereum wallet library.", "description": "Ethereum wallet library.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -8,10 +8,10 @@
"version": "grunt dist" "version": "grunt dist"
}, },
"dependencies": { "dependencies": {
"ethers-contracts": "^2.0.0", "ethers-contracts": "^2.1.0",
"ethers-providers": "^2.0.0", "ethers-providers": "^2.1.0",
"ethers-utils": "^2.0.0", "ethers-utils": "^2.1.0",
"ethers-wallet": "^2.0.0" "ethers-wallet": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",

@ -1,6 +1,6 @@
{ {
"name": "ethers-providers", "name": "ethers-providers",
"version": "2.0.2", "version": "2.1.0",
"description": "Service provider for Ethereum wallet library.", "description": "Service provider for Ethereum wallet library.",
"bugs": { "bugs": {
"url": "http://github.com/ethers-io/ethers.js/issues", "url": "http://github.com/ethers-io/ethers.js/issues",

@ -1,6 +1,6 @@
{ {
"name": "ethers-utils", "name": "ethers-utils",
"version": "2.0.5", "version": "2.1.0",
"description": "Utilities for the Ethers Ethereum library.", "description": "Utilities for the Ethers Ethereum library.",
"bugs": { "bugs": {
"url": "http://github.com/ethers-io/ethers.js/issues", "url": "http://github.com/ethers-io/ethers.js/issues",

@ -1,6 +1,6 @@
{ {
"name": "ethers-wallet", "name": "ethers-wallet",
"version": "2.0.1", "version": "2.1.0",
"description": "Wallet and signing library for Ethereum.", "description": "Wallet and signing library for Ethereum.",
"bugs": { "bugs": {
"url": "http://github.com/ethers-io/ethers.js/issues", "url": "http://github.com/ethers-io/ethers.js/issues",