Skip to content

Commit

Permalink
Delete old tablesort load, and bump cache version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Apr 13, 2024
1 parent 49b7664 commit cd7ac80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<!-- Load External Files at Start -->
<link rel="stylesheet" href="../src/item-finder.css" />
<script type="module" src="../src/item-finder.js" async></script>
<link rel="modulepreload" href="../src/tablesort.js" as="script" />

<!-- Basic meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* SPDX-FileCopyrightText: 2022 Max Chernoff
*/

const version = "1.0"
const version = "2.0"
const cache_name = `stardew-valley-item-finder-v${version}`
const cache = caches.open(cache_name)
const requests = [
Expand Down

0 comments on commit cd7ac80

Please sign in to comment.