Skip to content

Commit c3cb6c8

Browse files
chore(release): update website downloads for 0.17.0
1 parent 4f719d5 commit c3cb6c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/src/components/Download.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" />

website/src/components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)