diff --git a/remix-analyzer/package.json b/remix-analyzer/package.json index 934ca0eadb..030edb6ed4 100644 --- a/remix-analyzer/package.json +++ b/remix-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "remix-analyzer", - "version": "0.1.1", + "version": "0.2.0", "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.2.10", + "remix-lib": "^0.3.0", "solc": "^0.4.24", "standard": "^7.0.1", "tape": "^4.6.0" diff --git a/remix-debug/package.json b/remix-debug/package.json index 861c15cf77..38abcf0ab4 100644 --- a/remix-debug/package.json +++ b/remix-debug/package.json @@ -1,6 +1,6 @@ { "name": "remix-debug", - "version": "0.1.0", + "version": "0.2.0", "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.2.10", + "remix-lib": "^0.3.0", "solc": "^0.4.24" }, "devDependencies": { diff --git a/remix-lib/package.json b/remix-lib/package.json index a26f6b8c1c..34314de6d3 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "remix-lib", - "version": "0.2.10", + "version": "0.3.0", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-solidity/package.json b/remix-solidity/package.json index 912ddf745e..b609dc0e37 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.1.12", + "version": "0.2.0", "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.2.10", + "remix-lib": "^0.3.0", "solc": "^0.4.24", "standard": "^7.0.1", "tape": "^4.6.0",