From 25cd05efa75d518051bbe2809ca3018698d64987 Mon Sep 17 00:00:00 2001 From: Yavor Panayotov Date: Fri, 19 Jun 2026 17:59:14 +0300 Subject: [PATCH] Bump plugin version to 3.4.0 Minor bump for new backwards-compatible features added since v3.3.0: LSP server wiring via lspServers (#48) and Codex support / .codex-plugin manifest (#41). Updates both the Claude and Codex plugin manifests. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0935d39..778bcb7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "allium", - "version": "3.3.0", + "version": "3.4.0", "description": "Velocity through clarity.", "author": { "name": "JUXT", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 2a14fcc..9683ac9 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "allium", - "version": "3.3.0", + "version": "3.4.0", "description": "Velocity through clarity.", "author": { "name": "JUXT",