Skip to content

Commit

Permalink
Bump schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 6, 2024
1 parent a0ba9ec commit 56abc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shinylive-sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type {};
declare const self: ServiceWorkerGlobalScope;

const cacheName = "::shinyliveServiceworker";
const version = "v8";
const version = "v9";

// Modify a response so that the required CORP/COOP/COEP headers are in place
// for cross-origin isolation. Required when using webR.
Expand Down

0 comments on commit 56abc8a

Please sign in to comment.