Unverified Commit 18dffc7a authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #1617 from ethereum/release_0_7_5

version changed for release
parents 78bcec3e f33f15bb
{
"name": "remix-ide",
"version": "v0.7.3",
"version": "v0.7.5",
"description": "Minimalistic browser-based Solidity IDE",
"devDependencies": {
"ace-mode-solidity": "^0.1.0",
......@@ -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",
......
......@@ -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>
......
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