Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
So it doesn't load an old version from the browser cache.
  • Loading branch information
winsock authored May 31, 2018
1 parent 5b4ca67 commit fb01b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h4 class="modal-title">Multiple SVG files (<span id="files-count"></span> files
<script src="js/svg_shape_converter.js"></script>
<script src="js/flatten.js?v=1"></script>
<script src="js/jszip.min.js"></script>
<script src="js/main.js?v=32"></script>
<script src="js/main.js?v=33"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand All @@ -149,4 +149,4 @@ <h4 class="modal-title">Multiple SVG files (<span id="files-count"></span> files
</script>

</body>
</html>
</html>

0 comments on commit fb01b1d

Please sign in to comment.