Updated to new solc version

This commit is contained in:
Jordi Baylina
2017-02-09 07:35:01 +01:00
parent 05cb0a5e10
commit 7cdae6b451
3 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "minime",
"version": "0.0.2",
"version": "0.0.3",
"description": "MiniMe contract",
"main": "index.js",
"directories": {
@@ -31,6 +31,6 @@
},
"homepage": "https://github.com/Giveth/minime",
"dependencies": {
"ethconnector": "0.0.21"
"ethconnector": "0.0.24"
}
}