File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export function Download() {
2525 { /* Download buttons */ }
2626 < div className = "flex flex-col items-center gap-4 sm:flex-row sm:justify-center" >
2727 < a
28- href = "https://github.com/laststance/skills-desktop/releases/download/v0.16 .0/skills-desktop-0.16 .0-arm64.dmg"
28+ href = "https://github.com/laststance/skills-desktop/releases/download/v0.17 .0/skills-desktop-0.17 .0-arm64.dmg"
2929 className = "inline-flex w-full items-center justify-center gap-3 rounded-xl bg-primary px-8 py-4 text-lg font-semibold text-primary-foreground transition-all hover:bg-primary/90 hover:scale-105 sm:w-auto"
3030 >
3131 < Apple className = "h-6 w-6" />
@@ -38,7 +38,7 @@ export function Download() {
3838 </ a >
3939
4040 < a
41- href = "https://github.com/laststance/skills-desktop/releases/download/v0.16 .0/skills-desktop-0.16 .0-x64.dmg"
41+ href = "https://github.com/laststance/skills-desktop/releases/download/v0.17 .0/skills-desktop-0.17 .0-x64.dmg"
4242 className = "inline-flex w-full items-center justify-center gap-3 rounded-xl border border-border bg-card/50 px-8 py-4 text-lg font-semibold transition-all hover:bg-card hover:scale-105 sm:w-auto"
4343 >
4444 < Cpu className = "h-6 w-6" />
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function Hero() {
3131 { /* CTA Buttons */ }
3232 < div className = "flex flex-col gap-4 sm:flex-row" >
3333 < a
34- href = "https://github.com/laststance/skills-desktop/releases/download/v0.16 .0/skills-desktop-0.16 .0-arm64.dmg"
34+ href = "https://github.com/laststance/skills-desktop/releases/download/v0.17 .0/skills-desktop-0.17 .0-arm64.dmg"
3535 className = "inline-flex items-center justify-center gap-2 rounded-lg bg-primary px-8 py-3 text-lg font-semibold text-primary-foreground transition-all hover:bg-primary/90 hover:scale-105"
3636 >
3737 < Apple className = "h-5 w-5" />
@@ -43,7 +43,7 @@ export function Hero() {
4343 </ div >
4444 </ a >
4545 < a
46- href = "https://github.com/laststance/skills-desktop/releases/download/v0.16 .0/skills-desktop-0.16 .0-x64.dmg"
46+ href = "https://github.com/laststance/skills-desktop/releases/download/v0.17 .0/skills-desktop-0.17 .0-x64.dmg"
4747 className = "inline-flex items-center justify-center gap-2 rounded-lg border border-border bg-card/50 px-8 py-3 text-lg font-semibold transition-all hover:bg-card hover:scale-105"
4848 >
4949 < Cpu className = "h-5 w-5" />
You can’t perform that action at this time.
0 commit comments