chore: bump development plugin version to 1.0.1

This commit is contained in:
2025-10-21 17:38:49 -03:00
parent 6ba04c1e0f
commit 990d782d2b
2 changed files with 2 additions and 7 deletions

View File

@@ -7,12 +7,7 @@
"plugins": [ "plugins": [
{ {
"name": "development", "name": "development",
"source": "./development", "source": "./development"
"description": "Development utility commands",
"version": "1.0.0",
"author": {
"name": "Juan Puelpan"
}
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "development", "name": "development",
"description": "Collection of claude commands to ease the development process with github issues, PRs and more", "description": "Collection of claude commands to ease the development process with github issues, PRs and more",
"version": "1.0.0", "version": "1.0.1",
"author": { "author": {
"name": "Juan Puelpan" "name": "Juan Puelpan"
} }