Skip to content

Commit c9b644a

Browse files
update version of plugins with updates and a note about doing this for future claudes (#61)
* update version numbers of any plugins with updates and a note about doing this for future claudes * update more plugins versions and sync with marketplace * claude.md update
1 parent 6fd5fd8 commit c9b644a

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"plugins": [
1212
{
1313
"name": "ask-questions-if-underspecified",
14-
"version": "1.0.0",
14+
"version": "1.0.1",
1515
"description": "Clarify requirements before implementing. When doubting, ask questions.",
1616
"author": {
1717
"name": "Kevin Valerio",
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"name": "building-secure-contracts",
34-
"version": "1.0.0",
34+
"version": "1.0.1",
3535
"description": "Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.",
3636
"author": {
3737
"name": "Omar Inuwa"
@@ -193,7 +193,7 @@
193193
},
194194
{
195195
"name": "modern-python",
196-
"version": "1.2.0",
196+
"version": "1.3.0",
197197
"description": "Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.",
198198
"author": {
199199
"name": "William Tan",

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,7 @@ Before submitting:
196196
- [ ] Plugin has README.md
197197
- [ ] Added to root README.md table
198198
- [ ] Registered in marketplace.json
199+
200+
**Version updates (for existing plugins):**
201+
- [ ] Increment version in both `plugin.json` and `.claude-plugin/marketplace.json` when making substantive changes (clients only update plugins when the version number increases)
202+
- [ ] Ensure version numbers match between `plugin.json` and `.claude-plugin/marketplace.json`

plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ask-questions-if-underspecified",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.",
55
"author": {
66
"name": "Kevin Valerio",

plugins/building-secure-contracts/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "building-secure-contracts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.",
55
"author": {
66
"name": "Omar Inuwa",

plugins/modern-python/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modern-python",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.",
55
"author": {
66
"name": "William Tan",

0 commit comments

Comments
 (0)