Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Jul 21, 2024
1 parent 89da9f8 commit 17c35cd
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -92,7 +92,7 @@ <h1>LITECANVAS</h1>
</p>

<p id="install">
<strong>CND</strong>:
<strong>CDN</strong>:
<code onclick="selectText(this)"
>https://unpkg.com/@litecanvas/litecanvas/dist/dist.js</code
>
Expand Down
2 changes: 1 addition & 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.64.1";
const version = "1.64.2";

const precacheResources = [
"/",
Expand Down

0 comments on commit 17c35cd

Please sign in to comment.