Skip to content

Commit eba19fb

Browse files
hyperpolymathclaude
andcommitted
chore: bump version to 0.3.1 across all configs
Align version in package.json, jsr.json, smithery.yaml, .mcp.json, gemini-extension.json, flake.nix, and Homebrew formula to match the v0.3.1 tag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9532455 commit eba19fb

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boj-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps toolkit with 18 domain cartridges",
55
"command": "node",
66
"args": ["mcp-bridge/main.js"],

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# MCP bridge package (Node.js, zero dependencies)
6868
packages.default = pkgs.stdenv.mkDerivation {
6969
pname = "boj-server";
70-
version = "0.3.0";
70+
version = "0.3.1";
7171
src = self;
7272

7373
nativeBuildInputs = with pkgs; [ nodejs makeWrapper ];
@@ -105,7 +105,7 @@
105105
# Full build with Zig FFI (for contributors/developers)
106106
packages.full = pkgs.stdenv.mkDerivation {
107107
pname = "boj-server-full";
108-
version = "0.3.0";
108+
version = "0.3.1";
109109
src = self;
110110

111111
nativeBuildInputs = with pkgs; [ zig nodejs makeWrapper ];

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boj-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Unified Gemini extension for the BoJ (Bundle of Joy) Server infrastructure.",
55
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
66
"mcpServers": {

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperpolymath/boj-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Bundle of Joy — cartridge-based MCP server with 53 formally verified domain cartridges",
55
"license": "PMPL-1.0-or-later",
66
"exports": "./mcp-bridge/main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperpolymath/boj-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps toolkit with 18 domain cartridges (database, container, git, k8s, observability, secrets, IaC, and more)",
55
"license": "PMPL-1.0-or-later",
66
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",

packaging/homebrew/boj-server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class BojServer < Formula
1414
desc "Cartridge-based MCP server with 53 formally verified domain cartridges"
1515
homepage "https://github.com/hyperpolymath/boj-server"
16-
url "https://github.com/hyperpolymath/boj-server/archive/refs/tags/v0.3.0.tar.gz"
16+
url "https://github.com/hyperpolymath/boj-server/archive/refs/tags/v0.3.1.tar.gz"
1717
# sha256 "UPDATE_ON_RELEASE"
1818
license "PMPL-1.0-or-later"
1919
head "https://github.com/hyperpolymath/boj-server.git", branch: "main"

smithery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: boj-server
88
description: "Bundle of Joy — cartridge-based MCP server with 53 formally verified domain cartridges (database, cloud, git, k8s, containers, observability, secrets, IaC, and more)"
9-
version: "0.3.0"
9+
version: "0.3.1"
1010
author: "Jonathan D.A. Jewell"
1111
license: "PMPL-1.0-or-later"
1212
homepage: "https://github.com/hyperpolymath/boj-server"

0 commit comments

Comments
 (0)