Commit 77b52517 authored by yann300's avatar yann300

bump version

parent 0e2b65ff
{ {
"name": "remix-ide", "name": "remix-ide",
"version": "v0.7.5", "version": "v0.8.0-alpha+001",
"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",
......
...@@ -384,7 +384,7 @@ class Terminal { ...@@ -384,7 +384,7 @@ class Terminal {
self._cmdIndex = -1 self._cmdIndex = -1
self._cmdTemp = '' self._cmdTemp = ''
var intro = yo`<div><div> - Welcome to Remix v0.7.6 - </div><br> var intro = yo`<div><div> - Welcome to Remix v0.8.0-alpha+001 - </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