Skip to content

Commit

Permalink
fix: update version to 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow committed Nov 27, 2024
1 parent 124bb84 commit e46aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const urlsToCache = [
"/assets/images/gold-icon.png",
];

const VERSION = "2.19";
const VERSION = "2.19.1";
let CACHE_NAME = "osats-caches-" + VERSION;
const MY_CACHES = new Set([CACHE_NAME]);

Expand Down

0 comments on commit e46aa2d

Please sign in to comment.