We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b432a commit 60e7a92Copy full SHA for 60e7a92
public/about.html
@@ -665,7 +665,7 @@ <h3>Extra packages</h3>
665
</li>
666
</ul>
667
668
- <h3><a id="tools">Public assets</a></h3>
+ <h3>Public assets</h3>
669
670
<p>We have a few assets you can use to help prototype ideas.</p>
671
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.26.0";
+const version = "2.26.1";
3
4
const precacheResources = [
5
"/",
0 commit comments