Skip to content

Commit

Permalink
Merge pull request #1512 from ethereum/bumpVersion
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
yann300 committed Sep 12, 2018
2 parents c263a39 + e63996f commit b7c02a6
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.6.4",
"version": "v0.7.0",
"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.6.4 - </div><br>
var intro = yo`<div><div> - Welcome to Remix v0.7.0 - </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 b7c02a6

Please sign in to comment.