Skip to content

Commit 2e5b3b4

Browse files
committed
remove stats.js reference
1 parent 785a067 commit 2e5b3b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/preview.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
addEventListener("unhandledrejection", handleError);
7474
</script>
7575

76-
<script src="/stats.js"></script>
7776
<script src="/litecanvas.js"></script>
7877

7978
<script>

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.50.0";
2+
const version = "2.50.1";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)