Skip to content

Commit

Permalink
Bump default to v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ETHproductions committed Jul 7, 2018
1 parent 1f5ea00 commit f6fba8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>&nbsp;&nbsp;Japt Interpreter</h1>
</div>
<script src="https://rawgit.com/ETHproductions/Japt/master/dependencies/shoco.js"></script>
<script>
var defv = "1.4.5";
var defv = "1.4.6";
var v = defv;
var code, input;

Expand Down Expand Up @@ -99,6 +99,7 @@ <h1>&nbsp;&nbsp;Japt Interpreter</h1>
"1.4.2": "v1.4.2",
"1.4.3": "v1.4.3",
"1.4.4": "v1.4.4",
"1.4.5": "v1.4.5",
"dev": "master"
};
var iscommit = v.length > 16,
Expand Down

0 comments on commit f6fba8d

Please sign in to comment.