diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 27dfdad..be32922 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ "name": "decisions", "source": "./src", "description": "Decision memory for Claude Code — captures why choices were made so future sessions inherit context instead of repeating debates.", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "keywords": [ "memory", "decisions", "reasoning", "context", diff --git a/src/.claude-plugin/plugin.json b/src/.claude-plugin/plugin.json index 498f476..189b023 100644 --- a/src/.claude-plugin/plugin.json +++ b/src/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "decisions", - "version": "1.2.0", + "version": "1.2.1", "description": "Gives your codebase a memory for why. Captures decisions automatically, surfaces them when you edit affected files.", "author": { "name": "Zima Labs", diff --git a/src/decision/_version.py b/src/decision/_version.py index 37543fc..24f0290 100644 --- a/src/decision/_version.py +++ b/src/decision/_version.py @@ -4,4 +4,4 @@ Or just run: scripts/bump-version.sh """ -__version__ = "1.2.0" +__version__ = "1.2.1"