From a8d79e4484a6628a91dfe56695a9bbc369519b65 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Tue, 7 Apr 2026 17:15:50 +0200 Subject: [PATCH] chore(llm-security): bump version refs to 5.1.0 Update monorepo README, llm-security README badge, and plugin.json from 5.0.0 to 5.1.0. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- plugins/llm-security/.claude-plugin/plugin.json | 2 +- plugins/llm-security/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9fd6ac..4f1924b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Built for my own Claude Code workflow and shared openly for anyone who finds the ## Plugins -### [LLM Security](plugins/llm-security/) `v5.0.0` +### [LLM Security](plugins/llm-security/) `v5.1.0` Security scanning, auditing, and threat modeling for agentic AI projects. diff --git a/plugins/llm-security/.claude-plugin/plugin.json b/plugins/llm-security/.claude-plugin/plugin.json index 072eaf2..3cb251c 100644 --- a/plugins/llm-security/.claude-plugin/plugin.json +++ b/plugins/llm-security/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "llm-security", "description": "Security scanning, auditing, and threat modeling for Claude Code projects. Detects secrets, validates MCP servers, assesses security posture, and generates threat models aligned with OWASP LLM Top 10.", - "version": "5.0.0" + "version": "5.1.0" } diff --git a/plugins/llm-security/README.md b/plugins/llm-security/README.md index 99bbe06..addfc1e 100644 --- a/plugins/llm-security/README.md +++ b/plugins/llm-security/README.md @@ -4,7 +4,7 @@ *Built for my own Claude Code workflow and shared openly for anyone who finds it useful. This is a solo project — bug reports and feature requests are welcome, but pull requests are not accepted.* -![Version](https://img.shields.io/badge/version-5.0.0-blue) +![Version](https://img.shields.io/badge/version-5.1.0-blue) ![Platform](https://img.shields.io/badge/platform-Claude_Code_Plugin-purple) ![Agents](https://img.shields.io/badge/agents-6-orange) ![Scanners](https://img.shields.io/badge/scanners-15-cyan)