Skip to content

Commit 72fa70e

Browse files
committed
improve pixel art editor
1 parent 22d5090 commit 72fa70e

File tree

3 files changed

+441
-443
lines changed

3 files changed

+441
-443
lines changed

public/sw.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.54.0";
2+
const version = "2.55.0";
33

44
const precacheResources = [
55
"/",
@@ -24,6 +24,7 @@ const precacheResources = [
2424
"/fonts/monogram.ttf",
2525
"/manifest.json",
2626
"/tools/pixel-art-editor.html",
27+
"/tools/pixel-art-editor.js",
2728
];
2829

2930
self.addEventListener("install", (event) => {

0 commit comments

Comments
 (0)