fix: Update remaining version files to 0.30.3
Files missed in manual version bump: - .claude-plugin/plugin.json - .claude-plugin/marketplace.json - integrations/beads-mcp/pyproject.toml - integrations/beads-mcp/__init__.py - Hook templates Generated with Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"name": "beads",
|
||||
"source": "./",
|
||||
"description": "AI-supervised issue tracker for coding workflows",
|
||||
"version": "0.30.2"
|
||||
"version": "0.30.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "beads",
|
||||
"description": "AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.",
|
||||
"version": "0.30.2",
|
||||
"version": "0.30.3",
|
||||
"author": {
|
||||
"name": "Steve Yegge",
|
||||
"url": "https://github.com/steveyegge"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.30.2
|
||||
# bd-hooks-version: 0.30.3
|
||||
#
|
||||
# bd (beads) post-checkout hook
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.30.2
|
||||
# bd-hooks-version: 0.30.3
|
||||
#
|
||||
# bd (beads) post-merge hook
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.30.2
|
||||
# bd-hooks-version: 0.30.3
|
||||
#
|
||||
# bd (beads) pre-commit hook
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.30.2
|
||||
# bd-hooks-version: 0.30.3
|
||||
#
|
||||
# bd (beads) pre-push hook
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "beads-mcp"
|
||||
version = "0.30.2"
|
||||
version = "0.30.3"
|
||||
description = "MCP server for beads issue tracker."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
@@ -4,4 +4,4 @@ This package provides an MCP (Model Context Protocol) server that exposes
|
||||
beads (bd) issue tracker functionality to MCP Clients.
|
||||
"""
|
||||
|
||||
__version__ = "0.30.2"
|
||||
__version__ = "0.30.3"
|
||||
|
||||
Reference in New Issue
Block a user