Skip to content

Commit a2e0d5d

Browse files
committed
Prepare plugin for HaloForge 0.8.0
1 parent 5dfa3c1 commit a2e0d5d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.8"
3+
version = "0.1.9"
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.8",
3+
"version": "0.1.9",
44
"private": true,
55
"type": "module",
66
"scripts": {

manifest.json

Lines changed: 2 additions & 2 deletions
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.8",
5+
"version": "0.1.9",
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",
@@ -11,7 +11,7 @@
1111
"keywords": ["claude-code", "codex", "mcp", "provider", "switch"],
1212
"icon": "assets/icon.svg",
1313
"compatibility": {
14-
"min_app_version": "0.6.0",
14+
"min_app_version": "0.8.0",
1515
"min_host_api_version": "0.2.10",
1616
"platforms": ["windows", "macos", "linux"]
1717
},

0 commit comments

Comments
 (0)