diff --git a/remix-core/package.json b/remix-core/package.json index b689ddf6fb..861eef38e9 100644 --- a/remix-core/package.json +++ b/remix-core/package.json @@ -1,6 +1,6 @@ { "name": "remix-core", - "version": "0.0.13", + "version": "0.0.14", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -19,7 +19,7 @@ "babel-preset-es2015": "^6.24.0", "babelify": "^7.3.0", "fast-async": "^6.1.2", - "remix-lib": "^0.2.7", + "remix-lib": "^0.2.8", "standard": "^7.0.1", "tape": "^4.6.0" }, diff --git a/remix-debug/package.json b/remix-debug/package.json index 7bb914d559..bd7840a2cb 100644 --- a/remix-debug/package.json +++ b/remix-debug/package.json @@ -1,6 +1,6 @@ { "name": "remix-debug", - "version": "0.0.7", + "version": "0.0.8", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -26,9 +26,9 @@ "ethereumjs-vm": "^2.3.3", "notify-error": "^1.2.0", "npm-run-all": "^4.1.2", - "remix-core": "^0.0.13", - "remix-lib": "^0.2.7", - "remix-solidity": "^0.1.9", + "remix-core": "^0.0.14", + "remix-lib": "^0.2.8", + "remix-solidity": "^0.1.10", "solc": "https://github.com/ethereum/solc-js" }, "devDependencies": { diff --git a/remix-debugger/package.json b/remix-debugger/package.json index 103924fbde..f1c2d3476e 100644 --- a/remix-debugger/package.json +++ b/remix-debugger/package.json @@ -1,6 +1,6 @@ { "name": "remix-debugger", - "version": "0.1.7", + "version": "0.1.8", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -37,9 +37,9 @@ "notify-error": "^1.2.0", "npm-run-all": "^4.1.2", "onchange": "^3.3.0", - "remix-core": "^0.0.13", - "remix-lib": "^0.2.7", - "remix-solidity": "^0.1.9", + "remix-core": "^0.0.14", + "remix-lib": "^0.2.8", + "remix-solidity": "^0.1.10", "selenium-standalone": "^6.0.1", "solc": "^0.4.13", "standard": "^7.0.1", diff --git a/remix-lib/package.json b/remix-lib/package.json index 78b23a9d10..e9569fd3d4 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "remix-lib", - "version": "0.2.7", + "version": "0.2.8", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-solidity/package.json b/remix-solidity/package.json index 4633a8c651..be4fab7bc2 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.1.9", + "version": "0.1.10", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -22,8 +22,8 @@ "ethereumjs-vm": "^2.3.3", "fast-async": "^6.1.2", "npm-run-all": "^4.0.2", - "remix-core": "^0.0.13", - "remix-lib": "^0.2.7", + "remix-core": "^0.0.14", + "remix-lib": "^0.2.8", "solc": "https://github.com/ethereum/solc-js", "standard": "^7.0.1", "tape": "^4.6.0",