diff --git a/remix-simulator/package.json b/remix-simulator/package.json index 1e5510f4b3..ace52268ea 100644 --- a/remix-simulator/package.json +++ b/remix-simulator/package.json @@ -1,6 +1,6 @@ { "name": "remix-simulator", - "version": "0.0.4", + "version": "0.0.5", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-tests/package.json b/remix-tests/package.json index fff8f71330..6bfdde3918 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -1,6 +1,6 @@ { "name": "remix-tests", - "version": "0.0.16", + "version": "0.0.17", "description": "Tests for the Ethereum tool suite Remix", "main": "./src/index.js", "contributors": [ @@ -42,7 +42,7 @@ "colors": "^1.1.2", "commander": "^2.13.0", "remix-lib": "0.3.10", - "remix-simulator": "^0.0.4", + "remix-simulator": "0.0.5", "remix-solidity": "0.2.11", "signale": "^1.2.1", "solc": "^0.4.24",