Skip to content

Commit

Permalink
Added random version numbers for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiMarHal authored Nov 6, 2024
1 parent 9915304 commit 0e71e3b
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 @@ -24,8 +24,8 @@
</div>

<script src="ethers-5.7.2.umd.min.js"></script>
<script src="config.js"></script>
<script src="app.js"></script>
<script src="config.js?v=<?php echo rand(); ?>"></script>
<script src="app.js?v=<?php echo rand(); ?>"></script>
</body>

</html>

0 comments on commit 0e71e3b

Please sign in to comment.