From cf22fd98f3ac6bf7998ae8153cf3214ec1321ebb Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 16 Aug 2025 21:10:46 -0500 Subject: [PATCH] fix: correct version to 5.1.1 after patch release - npm latest tag now correctly points to 5.1.0 - package.json updated to 5.1.1 (what patch should have made) - installer version synced --- package.json | 2 +- tools/installer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 42063f8b..23601acc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "bmad-method", - "version": "5.0.1", + "version": "5.1.1", "description": "Breakthrough Method of Agile AI-driven Development", "keywords": [ "agile", diff --git a/tools/installer/package.json b/tools/installer/package.json index 5fa1e4a1..1e826003 100644 --- a/tools/installer/package.json +++ b/tools/installer/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "5.1.0", + "version": "5.1.1", "description": "BMad Method installer - AI-powered Agile development framework", "keywords": [ "bmad",