Skip to content

Commit

Permalink
update app
Browse files Browse the repository at this point in the history
  • Loading branch information
diversen7 committed Apr 4, 2024
1 parent 21170ac commit 49ad5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<script src="/html5-qrcode.min.js"></script>
<script type="module">
const VERSION = 'v2.0.1';
const VERSION = 'v2.0.2';

async function readData() {
try {
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = 'v2.0.1';
const VERSION = 'v2.0.2';
const urlsToCache = [
'/',
'/index.html',
Expand Down

0 comments on commit 49ad5f6

Please sign in to comment.