We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52877d commit c06ca6cCopy full SHA for c06ca6c
1 file changed
src/app/components/DownloadButton.tsx
@@ -4,9 +4,9 @@ import { Button, Link } from '@heroui/react';
4
import { Icon } from '@iconify/react';
5
6
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',
+ win64: 'SnapMind-0.1.2-x64-setup.exe',
+ macIntel: 'SnapMind-0.1.2.dmg',
+ macArm: 'SnapMind-0.1.2-arm64.dmg',
10
};
11
12
const BASE_URL = 'https://github.com/Snap-Mind/snap-mind/releases/latest/download/';
0 commit comments