Skip to content

Commit fb01b1d

Browse files
authored
Bump version number
So it doesn't load an old version from the browser cache.
1 parent 5b4ca67 commit fb01b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 class="modal-title">Multiple SVG files (<span id="files-count"></span> files
135135
<script src="js/svg_shape_converter.js"></script>
136136
<script src="js/flatten.js?v=1"></script>
137137
<script src="js/jszip.min.js"></script>
138-
<script src="js/main.js?v=32"></script>
138+
<script src="js/main.js?v=33"></script>
139139

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

151151
</body>
152-
</html>
152+
</html>

0 commit comments

Comments
 (0)