From 9b6717c692895652d5bffac5fd575bf20529b6b2 Mon Sep 17 00:00:00 2001 From: victordrumond Date: Wed, 29 Jul 2026 11:26:50 -0300 Subject: [PATCH] chore(release): v4.22.1 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index eeb8538..249a730 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "bkper-cli", "description": "Adds Bkper CLI guidance for safe Bkper data, reporting, app development, and accounting-support workflows in Claude Code.", - "version": "4.22.0", + "version": "4.22.1", "author": { "name": "Bkper", "email": "support@bkper.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 47f7d69..8e23eb1 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bkper-cli", - "version": "4.22.0", + "version": "4.22.1", "description": "Adds Bkper CLI guidance for safe Bkper data, reporting, app development, and accounting-support workflows in Codex.", "author": { "name": "Bkper", diff --git a/package.json b/package.json index 2d30e83..68cba71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bkper", - "version": "4.22.0", + "version": "4.22.1", "description": "Command line client for Bkper", "bin": { "bkper": "./lib/cli.js"