Skip to content

Commit

Permalink
Merge pull request #1617 from ethereum/release_0_7_5
Browse files Browse the repository at this point in the history
version changed for release
  • Loading branch information
LianaHus committed Nov 22, 2018
2 parents 78bcec3 + f33f15b commit 18dffc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "remix-ide",
"version": "v0.7.3",
"version": "v0.7.5",
"description": "Minimalistic browser-based Solidity IDE",
"devDependencies": {
"ace-mode-solidity": "^0.1.0",
Expand Down Expand Up @@ -37,11 +37,11 @@
"npm-link-local": "^1.1.0",
"npm-run-all": "^4.0.2",
"onchange": "^3.2.1",
"remix-debug": "0.2.13",
"remix-analyzer": "0.2.12",
"remix-lib": "0.3.12",
"remix-solidity": "0.2.13",
"remix-tests": "0.0.20",
"remix-debug": "0.2.14",
"remix-analyzer": "0.2.13",
"remix-lib": "0.3.13",
"remix-solidity": "0.2.14",
"remix-tests": "0.0.21",
"remixd": "git+https://github.com/ethereum/remixd.git",
"request": "^2.83.0",
"rimraf": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/panels/terminal.js
Expand Up @@ -369,7 +369,7 @@ class Terminal {
self._cmdIndex = -1
self._cmdTemp = ''

var intro = yo`<div><div> - Welcome to Remix v0.7.3 - </div><br>
var intro = yo`<div><div> - Welcome to Remix v0.7.5 - </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 18dffc7

Please sign in to comment.