From c6f8c5dc55aa791231787b8235cb98dce56b5e10 Mon Sep 17 00:00:00 2001 From: Ramraj Bishnoie Date: Thu, 22 Jan 2026 16:25:01 -0500 Subject: [PATCH] chore: bump minor version for release --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4ef74fd..a44395f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -13,7 +13,7 @@ "name": "codeguard-security", "source": "./", "description": "Comprehensive security rules for AI coding agents", - "version": "1.0.1", + "version": "1.1.0", "repository": "https://github.com/project-codeguard/rules.git", "tags": [ "security", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 21f1021..e74c707 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "codeguard-security", "description": "Security code review skill based on Project CodeGuard's comprehensive security rules. Helps AI coding agents write secure code and prevent common vulnerabilities.", - "version": "1.0.1", + "version": "1.1.0", "author": { "name": "Project CodeGuard", "url": "https://project-codeguard.org" diff --git a/pyproject.toml b/pyproject.toml index 4160584..1889faf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "project-codeguard" -version = "1.0.1" +version = "1.1.0" description = "AI Coding Rules for Security and Best Practices" requires-python = ">=3.11" dependencies = [