diff --git a/remix-analyzer/package.json b/remix-analyzer/package.json index e2c5b395cf..385d6009b3 100644 --- a/remix-analyzer/package.json +++ b/remix-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "remix-analyzer", - "version": "0.2.11", + "version": "0.2.12", "description": "Remix Analyzer", "main": "./index.js", "contributors": [ @@ -21,7 +21,7 @@ "babel-eslint": "^7.1.1", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.0", - "remix-lib": "0.3.11", + "remix-lib": "0.3.12", "standard": "^7.0.1", "tape": "^4.6.0" }, diff --git a/remix-debug/package.json b/remix-debug/package.json index 35cac15450..636f4f1387 100644 --- a/remix-debug/package.json +++ b/remix-debug/package.json @@ -1,6 +1,6 @@ { "name": "remix-debug", - "version": "0.2.12", + "version": "0.2.13", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -23,7 +23,7 @@ "fast-async": "^6.1.2", "notify-error": "^1.2.0", "npm-run-all": "^4.1.2", - "remix-lib": "0.3.11", + "remix-lib": "0.3.12", "solc": "^0.4.24" }, "devDependencies": { diff --git a/remix-lib/package.json b/remix-lib/package.json index 947723c668..84ee694ada 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "remix-lib", - "version": "0.3.11", + "version": "0.3.12", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-simulator/package.json b/remix-simulator/package.json index 0efe18ee2c..2c9a834bec 100644 --- a/remix-simulator/package.json +++ b/remix-simulator/package.json @@ -1,6 +1,6 @@ { "name": "remix-simulator", - "version": "0.0.6", + "version": "0.0.7", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -24,7 +24,7 @@ "express": "^4.16.3", "fast-async": "^6.3.7", "merge": "^1.2.0", - "remix-lib": "0.3.11", + "remix-lib": "0.3.12", "standard": "^10.0.3", "time-stamp": "^2.0.0", "web3": "1.0.0-beta.27" diff --git a/remix-solidity/package.json b/remix-solidity/package.json index c5a3328820..75ec77c06e 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.2.12", + "version": "0.2.13", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -22,7 +22,7 @@ "ethereumjs-vm": "^2.3.3", "fast-async": "^6.1.2", "npm-run-all": "^4.0.2", - "remix-lib": "0.3.11", + "remix-lib": "0.3.12", "solc": "^0.5.0", "standard": "^7.0.1", "tape": "^4.6.0", diff --git a/remix-tests/package.json b/remix-tests/package.json index 07fb8a00c4..b588181b52 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -1,6 +1,6 @@ { "name": "remix-tests", - "version": "0.0.18", + "version": "0.0.19", "description": "Tests for the Ethereum tool suite Remix", "main": "./src/index.js", "contributors": [ @@ -41,9 +41,9 @@ "change-case": "^3.0.1", "colors": "^1.1.2", "commander": "^2.13.0", - "remix-lib": "0.3.11", - "remix-simulator": "0.0.6", - "remix-solidity": "0.2.12", + "remix-lib": "0.3.12", + "remix-simulator": "0.0.7", + "remix-solidity": "0.2.13", "signale": "^1.2.1", "solc": "^0.4.24", "standard": "^10.0.3",