Skip to content

Commit

Permalink
feat: add version to js version
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jul 28, 2023
1 parent e3fcc5a commit 7dbc97b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/creator.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Add the QR code generator library -->
<script src="https://cdn.jsdelivr.net/npm/qrcode-generator/qrcode.js"></script>

<script src="scripts/creator.js"></script>
<script src="scripts/creator.js?v=1.0.0"></script>
</head>

<body class="bg-[#FFFFFF] text-[#3B3B3B] ">
Expand Down
1 change: 0 additions & 1 deletion public/scripts/creator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// const apiBase = "https://api-bondscape.testnet.desmos.network";
const apiBase = "https://api-bondscape.testnet.desmos.network/";

const values = {
Expand Down

0 comments on commit 7dbc97b

Please sign in to comment.