Skip to content

Commit

Permalink
Bump to 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
schibo committed Apr 22, 2018
1 parent 7d01855 commit 4c9d2cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

export version1964="0.3.11"
export version1964="0.3.12"
minified="1964js-$version1964.min.js"

echo Compiling index.html
Expand Down
2 changes: 1 addition & 1 deletion debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<div id="gradient">
<span class="header"><a href="http://1964emu.emulation64.com">Get&nbsp;1964&nbsp;for&nbsp;Windows</a>&nbsp; &nbsp;<a href="http://1964js.com/blog/index.html">Blog</a>&nbsp; &nbsp;<a href="http://hulkholden.github.com/n64js/">Try&nbsp;n64js&nbsp;too!</a></span>
<p style="font-size: 130%;">
1964js <span style="font-size: 10px; font-size: 40%;"> v0.3.11</span>
1964js <span style="font-size: 10px; font-size: 40%;"> v0.3.12</span>
</p>
<p></p>
<div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
<div id="gradient">
<span class="header"><a href="http://1964emu.emulation64.com">Get&nbsp;1964&nbsp;for&nbsp;Windows</a>&nbsp; &nbsp;<a href="http://1964js.com/blog/index.html">Blog</a>&nbsp; &nbsp;<a href="http://hulkholden.github.com/n64js/">Try&nbsp;n64js&nbsp;too!</a></span>
<p style="font-size: 130%;">
1964js <span style="font-size: 10px; font-size: 40%;"> v0.3.11</span>
1964js <span style="font-size: 10px; font-size: 40%;"> v0.3.12</span>
</p>
<p></p>
<div>
Expand Down Expand Up @@ -537,6 +537,6 @@
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="lib/1964js-0.3.11.min.js"></script>
<script src="lib/1964js-0.3.12.min.js"></script>
</body>
</html>

0 comments on commit 4c9d2cf

Please sign in to comment.