Skip to content

Commit 7ad8a0b

Browse files
committed
update downloads to acorn verison 11.3.2
1 parent 093e5cf commit 7ad8a0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/pages/index.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ const IndexPage = () => {
337337
margin="4px"
338338
height="70px"
339339
lineHeight="1.2"
340-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1-arm64.dmg"
340+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-arm64.dmg"
341341
onClick={() => {
342342
window.open(
343-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1-arm64.dmg",
343+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-arm64.dmg",
344344
"_blank"
345345
);
346346
}}
@@ -353,10 +353,10 @@ const IndexPage = () => {
353353
margin="4px"
354354
height="70px"
355355
lineHeight="1.2"
356-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1-x64.dmg"
356+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-x64.dmg"
357357
onClick={() => {
358358
window.open(
359-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1-x64.dmg",
359+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-x64.dmg",
360360
"_blank"
361361
);
362362
}}
@@ -371,10 +371,10 @@ const IndexPage = () => {
371371
margin="4px"
372372
height="70px"
373373
lineHeight="1.2"
374-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn_11.3.1_amd64.deb"
374+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn_11.3.2_amd64.deb"
375375
onClick={() => {
376376
window.open(
377-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn_11.3.1_amd64.deb",
377+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn_11.3.2_amd64.deb",
378378
"_blank"
379379
);
380380
}}
@@ -387,10 +387,10 @@ const IndexPage = () => {
387387
margin="4px"
388388
height="70px"
389389
lineHeight="1.2"
390-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1.AppImage"
390+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2.AppImage"
391391
onClick={() => {
392392
window.open(
393-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1.AppImage",
393+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2.AppImage",
394394
"_blank"
395395
);
396396
}}
@@ -405,10 +405,10 @@ const IndexPage = () => {
405405
margin="4px"
406406
height="70px"
407407
lineHeight="1.2"
408-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1-setup.exe"
408+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-setup.exe"
409409
onClick={() => {
410410
window.open(
411-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.1/org.lightningrodlabs.acorn-11.3.1-setup.exe",
411+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-setup.exe",
412412
"_blank"
413413
);
414414
}}

0 commit comments

Comments
 (0)