Skip to content

Commit 8dda3fc

Browse files
beautyfreeclaude
andcommitted
Reset version to 0.1.0 for first release
Also cleans up a stale footer link to the deleted install.sh. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bb7c424 commit 8dda3fc

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Release
22

3-
# Triggered by pushing a tag like v0.1.9. Builds the desktop app natively
3+
# Triggered by pushing a tag like v0.1.0. Builds the desktop app natively
44
# on each OS (Electrobun does not cross-compile) and publishes all artifacts
55
# to a single GitHub Release.
66

docs/DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ There are two ways to produce all three without owning three machines:
6868
`.github/workflows/release.yml` fans out to `macos-14`, `windows-latest`, and `ubuntu-latest` runners. Tag a release and GitHub builds and publishes everything:
6969

7070
```bash
71-
# Bump version in package.json, commit, then:
72-
git tag v0.1.9
73-
git push origin v0.1.9
71+
# Bump version in package.json, commit, then tag and push, e.g.:
72+
git tag v0.1.0
73+
git push origin v0.1.0
7474
```
7575

7676
Required repo **Secrets** (Settings → Secrets and variables → Actions) for macOS notarization:

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ <h2>Let’s chat!</h2>
572572
<span>© Skiller · beautyfree</span>
573573
<div class="links">
574574
<a href="https://github.com/beautyfree/skiller-skills-desktop-manager">Repository</a>
575-
<a href="https://raw.githubusercontent.com/beautyfree/skiller-skills-desktop-manager/v0.1.8/install.sh"
576-
>Install script</a
575+
<a href="https://github.com/beautyfree/skiller-skills-desktop-manager/releases/latest"
576+
>Download</a
577577
>
578578
</div>
579579
</footer>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skiller",
3-
"version": "0.1.8",
3+
"version": "0.1.0",
44
"description": "A desktop app for managing AI agent skills across Claude Code, Cursor, Copilot, Gemini CLI, and more",
55
"license": "MIT",
66
"author": "Skiller Contributors",

0 commit comments

Comments
 (0)