Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed May 10, 2019
1 parent cf40f4b commit 59e6049
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.6",
"version": "v0.7.7",
"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 @@ -369,7 +369,7 @@ class Terminal {
self._cmdIndex = -1
self._cmdTemp = ''

var intro = yo`<div><div> - Welcome to Remix v0.7.6 - </div><br>
var intro = yo`<div><div> - Welcome to Remix v0.7.7 - </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 59e6049

Please sign in to comment.