Skip to content

Commit 60e7a92

Browse files
committed
fix
1 parent 13b432a commit 60e7a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ <h3>Extra packages</h3>
665665
</li>
666666
</ul>
667667

668-
<h3><a id="tools">Public assets</a></h3>
668+
<h3>Public assets</h3>
669669

670670
<p>We have a few assets you can use to help prototype ideas.</p>
671671

public/sw.js

Lines changed: 1 addition & 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.26.0";
2+
const version = "2.26.1";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)