version alignment

This commit is contained in:
Brian Madison
2025-07-19 00:04:16 -05:00
parent 849e42871a
commit 3367fa18f7
10 changed files with 26 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bmad-method",
"version": "4.30.2",
"version": "4.31.0",
"description": "Breakthrough Method of Agile AI-driven Development",
"main": "tools/cli.js",
"bin": {
@@ -18,10 +18,6 @@
"version:patch": "node tools/version-bump.js patch",
"version:minor": "node tools/version-bump.js minor",
"version:major": "node tools/version-bump.js major",
"version:core": "node tools/bump-core-version.js",
"version:core:major": "node tools/bump-core-version.js major",
"version:core:minor": "node tools/bump-core-version.js minor",
"version:core:patch": "node tools/bump-core-version.js patch",
"version:expansion": "node tools/bump-expansion-version.js",
"version:expansion:set": "node tools/update-expansion-version.js",
"version:all": "node tools/bump-all-versions.js",