Merge pull request #1218 from ethereum/bumpVersion5

Version bump
pull/7/head
yann300 6 years ago committed by GitHub
commit 7bf65ad23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      remix-analyzer/package.json
  2. 2
      remix-debug/package.json
  3. 2
      remix-solidity/package.json
  4. 4
      remix-tests/package.json

@ -1,6 +1,6 @@
{ {
"name": "remix-analyzer", "name": "remix-analyzer",
"version": "0.3.6", "version": "0.3.7",
"description": "Remix Analyzer", "description": "Remix Analyzer",
"main": "./index.js", "main": "./index.js",
"contributors": [ "contributors": [

@ -1,6 +1,6 @@
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.3.7", "version": "0.3.8",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {

@ -1,6 +1,6 @@
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.3.6", "version": "0.3.7",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {

@ -1,6 +1,6 @@
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.1.8", "version": "0.1.9",
"description": "Tests for the Ethereum tool suite Remix", "description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -44,7 +44,7 @@
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-lib": "0.4.6", "remix-lib": "0.4.6",
"remix-simulator": "0.1.7", "remix-simulator": "0.1.7",
"remix-solidity": "0.3.6", "remix-solidity": "0.3.7",
"signale": "^1.2.1", "signale": "^1.2.1",
"web3": "1.0.0-beta.36", "web3": "1.0.0-beta.36",
"winston": "^3.0.0" "winston": "^3.0.0"

Loading…
Cancel
Save