diff --git a/package.json b/package.json index 1785d6104b..785dc81e63 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { - "version": "0.1.0", + "version": "0.1.1", "devDependencies": { "gulp": "^3.9.1", "lerna": "^2.10.2" }, "scripts": { + "diff": "lerna diff", + "updated": "lerna updated", "bootstrap": "lerna bootstrap", "publish": "lerna publish", - "release": "lerna bootstrap; lerna publish; gulp; gulp publishTag;" + "release": "lerna bootstrap; lerna publish;", + "tag": "gulp; gulp publishTag;" } } diff --git a/remix-solidity/package.json b/remix-solidity/package.json index bf856ec5c4..ac279f668b 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.2.10", + "version": "0.2.11", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-tests/package.json b/remix-tests/package.json index 5075f4bc2d..c069cc67a5 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -1,6 +1,6 @@ { "name": "remix-tests", - "version": "0.0.15", + "version": "0.0.16", "description": "Tests for the Ethereum tool suite Remix", "main": "./src/index.js", "contributors": [ @@ -43,7 +43,7 @@ "commander": "^2.13.0", "remix-lib": "0.3.10", "remix-simulator": "^0.0.4", - "remix-solidity": "0.2.10", + "remix-solidity": "0.2.11", "signale": "^1.2.1", "solc": "^0.4.24", "standard": "^10.0.3",