From f5fa2d1d635959e043c208f91188cdda830acb9c Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 15 Nov 2018 10:01:14 +0100 Subject: [PATCH] publish --- remix-simulator/package.json | 2 +- remix-tests/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/remix-simulator/package.json b/remix-simulator/package.json index f024401e6f..a0338febed 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 c069cc67a5..67293ad871 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",