Skip to content

Commit c4e10cf

Browse files
committed
Release switchboard 0.1.11
1 parent 00d4e13 commit c4e10cf

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/plugin-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
"metadata", "$env:PKG_PATH",
130130
"--artifact-url", $artifactUrl,
131131
"--source", "${{ inputs.source }}",
132-
"--homepage-url", "https://haloforge.link/catalog/plugins/switchboard",
132+
"--homepage-url", "https://haloforge.dev/catalog/plugins/switchboard",
133133
"--repository-url", "https://github.com/${{ github.repository }}",
134134
"--pretty",
135135
"--output", "dist/plugin-release/catalog-draft.json"
@@ -173,7 +173,7 @@ jobs:
173173
- name: Submit catalog draft
174174
if: env.HF_ADMIN_TOKEN != ''
175175
shell: pwsh
176-
run: npx --yes @haloforge/plugin-pack@0.2.13 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN
176+
run: npx --yes @haloforge/plugin-pack@0.2.13 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.dev --token-env HF_ADMIN_TOKEN
177177

178178
- name: Upload workflow artifacts
179179
uses: actions/upload-artifact@v4

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hf-plugin-switchboard"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
description = "HaloForge Switchboard plugin backend"
66
license = "MIT"

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hf-plugin-switchboard/frontend",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://haloforge.dev/schemas/plugin/v1.json",
33
"id": "dev.haloforge.switchboard",
44
"name": "Provider Router",
5-
"version": "0.1.10",
5+
"version": "0.1.11",
66
"description": "Fast local provider configuration for Claude Code, Codex, and MCP.",
77
"long_description": "Adds a HaloForge module for applying provider endpoints to Claude Code and Codex, writing MCP server specs, and restoring local config backups.",
88
"author": "HaloForge Team",

0 commit comments

Comments
 (0)