Skip to content

Commit

Permalink
Merge pull request ethereum#1520 from ethereum/publish
Browse files Browse the repository at this point in the history
Bump
  • Loading branch information
yann300 authored Sep 13, 2018
2 parents 5874b29 + b641622 commit b6d94b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-ide",
"version": "v0.7.1",
"version": "v0.7.2",
"description": "Minimalistic browser-based Solidity IDE",
"devDependencies": {
"ace-mode-solidity": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/panels/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class Terminal {
self._cmdIndex = -1
self._cmdTemp = ''

var intro = yo`<div><div> - Welcome to Remix v0.7.1 - </div><br>
var intro = yo`<div><div> - Welcome to Remix v0.7.2 - </div><br>
<div>You can use this terminal for: </div>
<ul class=${css2.ul}>
<li>Checking transactions details and start debugging.</li>
Expand Down

0 comments on commit b6d94b2

Please sign in to comment.