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 785a067 commit 2e5b3b4Copy full SHA for 2e5b3b4
public/preview.html
@@ -73,7 +73,6 @@
73
addEventListener("unhandledrejection", handleError);
74
</script>
75
76
- <script src="/stats.js"></script>
77
<script src="/litecanvas.js"></script>
78
79
<script>
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.50.0";
+const version = "2.50.1";
3
4
const precacheResources = [
5
"/",
0 commit comments