diff --git a/README.md b/README.md index a935db6..322bcd5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.s Pin a version or choose an install directory: ```bash -curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.sh" | bash -s -- --version v0.2.4 +curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.sh" | bash -s -- --version v0.2.5 curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.sh" | bash -s -- --install-dir "$HOME/bin" --force ``` @@ -37,7 +37,7 @@ Pin a version or skip `PATH` changes (useful in CI): ```powershell irm "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.ps1" | iex -Install-Tollbit -Version v0.2.4 -Force +Install-Tollbit -Version v0.2.5 -Force Install-Tollbit -NoModifyPath -PrintPathInstructions ``` @@ -167,7 +167,7 @@ Installer channel updates: curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.sh" | bash # Pinned -curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.sh" | bash -s -- --version v0.2.4 --force +curl -fsSL "https://raw.githubusercontent.com/tollbit/cli/main/scripts/install.sh" | bash -s -- --version v0.2.5 --force ``` ```powershell diff --git a/internal/version/version.go b/internal/version/version.go index a874a77..ed98e9c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ // Bump this when shipping; keep skill frontmatter `version` in sync (tests enforce it). package version -const Version = "0.2.4" +const Version = "0.2.5" diff --git a/skill/tollbit-cli/SKILL.md b/skill/tollbit-cli/SKILL.md index 0fdc1ad..186746e 100644 --- a/skill/tollbit-cli/SKILL.md +++ b/skill/tollbit-cli/SKILL.md @@ -1,6 +1,6 @@ --- name: tollbit-cli -version: 0.2.4 +version: 0.2.5 description: Search for news and articles and ground answers in licensed publisher content on the TollBit network. Use whenever the user wants to find news, articles, reporting, or sources on a topic or current event — searches the catalog, then prices and fetches full article content (paid) with the tollbit CLI. ---