Skip to content

Commit 02739f9

Browse files
committed
update download label
1 parent 9110a21 commit 02739f9

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
@@ -236,7 +236,7 @@ <h2><a id="colors">Default Colors</a></h2>
236236

237237
<img src="images/colors.png" alt="Default Color Palette" />
238238

239-
<p>Download: <a href="/misc/litecanvas-palette.gpl">GPL</a> <a href="/misc/litecanvas-palette.json" download>JSON</a></p>
239+
<p>Download palette: <a href="/misc/litecanvas-palette.gpl">GPL</a> <a href="/misc/litecanvas-palette.json" download>JSON</a></p>
240240

241241
<p>
242242
<em>Note: Every time a function asks for a color argument, choose one of these numbers.</em>

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

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)