Skip to content

Commit dfba317

Browse files
chore(release): bump version to 0.22.2
1 parent b24b409 commit dfba317

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skills-desktop",
3-
"version": "0.22.1",
3+
"version": "0.22.2",
44
"description": "Visualize installed Skills and symlink status across AI agents",
55
"main": "./out/main/index.mjs",
66
"author": "Laststance.io",

website/public/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Skills Desktop scans your `~/.agents/skills/` directory and displays the symlink
66

77
## Download
88

9-
- [Download for macOS (Apple Silicon)](https://github.com/laststance/skills-desktop/releases/download/v0.22.1/skills-desktop-0.22.1-arm64.dmg): DMG installer for M1/M2/M3 Macs.
10-
- [Download for macOS (Intel)](https://github.com/laststance/skills-desktop/releases/download/v0.22.1/skills-desktop-0.22.1-x64.dmg): DMG installer for Intel-based Macs.
9+
- [Download for macOS (Apple Silicon)](https://github.com/laststance/skills-desktop/releases/download/v0.22.2/skills-desktop-0.22.2-arm64.dmg): DMG installer for M1/M2/M3 Macs.
10+
- [Download for macOS (Intel)](https://github.com/laststance/skills-desktop/releases/download/v0.22.2/skills-desktop-0.22.2-x64.dmg): DMG installer for Intel-based Macs.
1111
- [All Releases](https://github.com/laststance/skills-desktop/releases): View all versions and release notes.
1212

1313
## Core Features

website/src/components/Download.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function Download() {
2323

2424
<div className="flex flex-col items-center gap-4 sm:flex-row sm:justify-center">
2525
<a
26-
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.1/skills-desktop-0.22.1-arm64.dmg"
26+
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.2/skills-desktop-0.22.2-arm64.dmg"
2727
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"
2828
>
2929
<Apple className="size-6" />
@@ -36,7 +36,7 @@ export function Download() {
3636
</a>
3737

3838
<a
39-
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.1/skills-desktop-0.22.1-x64.dmg"
39+
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.2/skills-desktop-0.22.2-x64.dmg"
4040
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"
4141
>
4242
<Cpu className="size-6" />

website/src/components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Hero() {
2626

2727
<div className="flex flex-col gap-4 sm:flex-row">
2828
<a
29-
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.1/skills-desktop-0.22.1-arm64.dmg"
29+
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.2/skills-desktop-0.22.2-arm64.dmg"
3030
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"
3131
>
3232
<Apple className="size-5" />
@@ -38,7 +38,7 @@ export function Hero() {
3838
</div>
3939
</a>
4040
<a
41-
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.1/skills-desktop-0.22.1-x64.dmg"
41+
href="https://github.com/laststance/skills-desktop/releases/download/v0.22.2/skills-desktop-0.22.2-x64.dmg"
4242
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"
4343
>
4444
<Cpu className="size-5" />

0 commit comments

Comments
 (0)