Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philthompson committed Jan 13, 2022
1 parent f83d1d7 commit 8eed3a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,12 @@
</div>
</div>
<div id="footer">
<span style="float:left; pointer-events: visible"><a id="blog-link" target="_blank" href="https://philthompson.me/2021/Very-Plotter.html">What is this?</a><a id="blog-link-mandel" target="_blank" href="https://philthompson.me/2021/The-Mandelbrot-set-on-Very-Plotter.html">What is this?</a>&nbsp;&nbsp;<small>(v0.5.0)</small></span>
<span style="float:left; pointer-events: visible"><a id="blog-link" target="_blank" href="https://philthompson.me/2021/Very-Plotter.html">What is this?</a><a id="blog-link-mandel" target="_blank" href="https://philthompson.me/2021/The-Mandelbrot-set-on-Very-Plotter.html">What is this?</a>&nbsp;&nbsp;<small>(v0.6.0)</small></span>
<button id="tip-btn" style="float:right; pointer-events: visible"><a target="_blank" href="https://philthompson.me/tip-jar/">Tip Jar<a/></button>
</div>
<script src="infnum.js?v=0.5.0"></script>
<script src="floatexp.js?v=0.5.0"></script>
<script src="plots.js?v=0.5.0"></script>
<script src="paint.js?v=0.5.0"></script>
<script src="infnum.js?v=0.6.0"></script>
<script src="floatexp.js?v=0.6.0"></script>
<script src="plots.js?v=0.6.0"></script>
<script src="paint.js?v=0.6.0"></script>
</body>
</html>

0 comments on commit 8eed3a1

Please sign in to comment.