Skip to content

Commit c06ca6c

Browse files
committed
feat: update download link
1 parent c52877d commit c06ca6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/components/DownloadButton.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { Button, Link } from '@heroui/react';
44
import { Icon } from '@iconify/react';
55

66
const downloadFiles = {
7-
win64: 'SnapMind-0.1.1-x64-setup.exe',
8-
macIntel: 'SnapMind-0.1.1.dmg',
9-
macArm: 'SnapMind-0.1.1-arm64.dmg',
7+
win64: 'SnapMind-0.1.2-x64-setup.exe',
8+
macIntel: 'SnapMind-0.1.2.dmg',
9+
macArm: 'SnapMind-0.1.2-arm64.dmg',
1010
};
1111

1212
const BASE_URL = 'https://github.com/Snap-Mind/snap-mind/releases/latest/download/';

0 commit comments

Comments
 (0)