Skip to content

Commit

Permalink
publish pixel art editor
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed May 16, 2024
1 parent 9afdb4d commit 74c96e5
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h2><a id="tools">Useful tools</a></h2>
<li>
<strong
><a
href="https://litecanvas.js.org/pixel-art-editor"
href="/tools/pixel-art-editor.html"
target="_blank"
rel="noopener noreferrer"
>litepixel</a
Expand Down
3 changes: 2 additions & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheName = "luizbills.litecanvas-editor-v1";
const version = "1.50.0";
const version = "1.51.0";

const precacheResources = [
"/",
Expand All @@ -16,6 +16,7 @@ const precacheResources = [
"/icons/icon.png",
"/images/colors.png",
"/manifest.json",
"/tools/pixel-art-editor.html",
];

self.addEventListener("install", (event) => {
Expand Down
Loading

0 comments on commit 74c96e5

Please sign in to comment.