Skip to content

Commit

Permalink
Bumping version of solc to 0.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 25, 2019
1 parent 9f88f8c commit e2da447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethersproject/cli",
"version": "5.0.0-beta.130",
"version": "5.0.0-beta.131",
"description": "Command-Line Interface scripts and releated utilities.",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@types/node": "10.3.2",
"ethers": ">5.0.0-beta.0",
"mime-types": "2.1.11",
"solc": "0.5.5",
"solc": "0.5.9",
"solidity-parser-antlr": "^0.3.2"
},
"keywords": [
Expand All @@ -27,5 +27,5 @@
"publishConfig": {
"access": "public"
},
"tarballHash": "0x11f25eb8f099afc2e77d940188d6d959a800113cef39f4b4acae0b062f0d97a0"
"tarballHash": "0x58e887badc9c63a07c3eb726f6667958dcebf84e67eead73c4e129f580a177c4"
}
6 changes: 3 additions & 3 deletions packages/testcases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethersproject/testcases",
"version": "5.0.0-beta.125",
"version": "5.0.0-beta.126",
"description": "Testcases for Ethereum and scripts to generate testcases.",
"main": "index.js",
"browser": "browser.js",
Expand All @@ -21,7 +21,7 @@
"bitcoinjs-lib": "3.3.2",
"ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.2.0",
"solc": "0.5.5"
"solc": "0.5.9"
},
"keywords": [
"Ethereum",
Expand All @@ -32,5 +32,5 @@
"publishConfig": {
"access": "public"
},
"tarballHash": "0x59026aebabad3dc7c5ca94f2509e69016ccf734ecc4ea29c48da68aff7301c63"
"tarballHash": "0xfff9df8ed261c3864aa377821af02945ecafd9160c443500de38fee4fe5652ce"
}

0 comments on commit e2da447

Please sign in to comment.