diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c0acee4..27dfdad 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.1.1", + "version": "1.2.0", "license": "MIT", "keywords": [ "memory", "decisions", "reasoning", "context", diff --git a/src/.claude-plugin/plugin.json b/src/.claude-plugin/plugin.json index c5722f4..498f476 100644 --- a/src/.claude-plugin/plugin.json +++ b/src/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "decisions", - "version": "1.1.1", + "version": "1.2.0", "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 b9e872b..37543fc 100644 --- a/src/decision/_version.py +++ b/src/decision/_version.py @@ -4,4 +4,4 @@ Or just run: scripts/bump-version.sh """ -__version__ = "1.1.1" +__version__ = "1.2.0"