Skip to content

Commit

Permalink
10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Mar 26, 2024
1 parent 9c990a2 commit 6facebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appcache
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dist/vue.min.js
dist/axios.min.js
dist/easy.qrcode.min.js
dist/nanocurrency.min.js
dist/style.css?v=10.2.1
dist/app.js?v=10.2.1
dist/style.css?v=10.2.2
dist/app.js?v=10.2.2
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<meta property="twitter:image" content="../../dist/images/cover.png">
<link rel="apple-touch-icon" href="../../dist/images/new_icon.png">
<link rel="icon" type="image/png" href="../../dist/favicon.png">
<link rel="stylesheet" href="../../dist/style.css?v=10.2.1">
<link rel="stylesheet" href="../../dist/big-picture.css?v=10.2.1">
<link rel="stylesheet" href="../../dist/style.css?v=10.2.2">
<link rel="stylesheet" href="../../dist/big-picture.css?v=10.2.2">
<link rel="manifest" href="../../dist/manifest.json">
<script>
function queryToObject(string) {
Expand Down Expand Up @@ -356,6 +356,6 @@ <h1 v-if="!checkout.amount" :style="`color:${checkout.color && checkout.color.te
<script src="../../dist/axios.min.js"></script>
<script src="../../dist/easy.qrcode.min.js"></script>
<script src="../../dist/nanocurrency.min.js"></script>
<script src="../../dist/app.js?v=10.2.1"></script>
<script src="../../dist/app.js?v=10.2.2"></script>
</body>
</html>

0 comments on commit 6facebe

Please sign in to comment.