Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1237 from ethereum/bumpVersion
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
yann300 authored Jun 25, 2019
2 parents 4443499 + 3d22f3b commit 4d8c289
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.12",
"version": "0.1.13",
"devDependencies": {
"gulp": "^3.9.1",
"lerna": "^2.10.2"
Expand Down
4 changes: 2 additions & 2 deletions remix-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-simulator",
"version": "0.1.8-alpha.1",
"version": "0.1.8-alpha.2",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-eslint": "^7.1.1",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "latest",
"@babel/preset-es2017": "latest",
"@babel/preset-stage-0": "^7.0.0",
"babel-eslint": "^7.1.1",
"babelify": "^10.0.0",
"mocha": "^5.2.0",
"standard": "^10.0.3"
Expand Down
2 changes: 1 addition & 1 deletion remix-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.3.8",
"version": "0.3.9",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions remix-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.1.11",
"version": "0.1.12",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.7",
"remix-simulator": "0.1.8-alpha.1",
"remix-solidity": "0.3.8",
"remix-simulator": "0.1.8-alpha.2",
"remix-solidity": "0.3.9",
"signale": "^1.2.1",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
Expand Down

0 comments on commit 4d8c289

Please sign in to comment.