From c7749e6d5af032daac8f1d16aec806606c5deeca Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Fri, 6 Feb 2026 01:17:24 +0200 Subject: [PATCH] chore(clawsec-suite): bump version to 0.0.6 --- skills/clawsec-suite/SKILL.md | 6 +++--- skills/clawsec-suite/skill.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skills/clawsec-suite/SKILL.md b/skills/clawsec-suite/SKILL.md index 7b54ed2..3ea883b 100644 --- a/skills/clawsec-suite/SKILL.md +++ b/skills/clawsec-suite/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-suite -version: 0.0.5 +version: 0.0.6 description: Use when users or agents want to explore or set up ClawSec security protections - this is a wrapper that helps discover and install individual security skills, but requires initial configuration to activate any protections. homepage: https://clawsec.prompt.security clawdis: @@ -209,8 +209,8 @@ All releases are published at: Example for clawsec-suite v0.0.9: -- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.5/checksums.json` -- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.5/clawsec-suite.skill` +- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.6/checksums.json` +- `https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.6/clawsec-suite.skill` ## Installation (generic, version-pinned, verified) diff --git a/skills/clawsec-suite/skill.json b/skills/clawsec-suite/skill.json index 4e422bb..f9d6362 100644 --- a/skills/clawsec-suite/skill.json +++ b/skills/clawsec-suite/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-suite", - "version": "0.0.5", + "version": "0.0.6", "description": "Use when users want to explore or set up ClawSec security protections - this is a wrapper that helps discover and install individual security skills, but requires initial configuration to activate any protections.", "author": "prompt-security", "license": "MIT",