Unverified Commit b7c02a6b authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1512 from ethereum/bumpVersion

bump version
parents c263a39c e63996f0
{ {
"name": "remix-ide", "name": "remix-ide",
"version": "v0.6.4", "version": "v0.7.0",
"description": "Minimalistic browser-based Solidity IDE", "description": "Minimalistic browser-based Solidity IDE",
"devDependencies": { "devDependencies": {
"ace-mode-solidity": "^0.1.0", "ace-mode-solidity": "^0.1.0",
......
...@@ -346,7 +346,7 @@ class Terminal { ...@@ -346,7 +346,7 @@ class Terminal {
self._cmdIndex = -1 self._cmdIndex = -1
self._cmdTemp = '' 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> <div>You can use this terminal for: </div>
<ul class=${css2.ul}> <ul class=${css2.ul}>
<li>Checking transactions details and start debugging.</li> <li>Checking transactions details and start debugging.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment