From 639f74d3de7245715908d5778c253df798712cc6 Mon Sep 17 00:00:00 2001 From: John Papa Date: Fri, 17 Jul 2026 23:06:41 -0400 Subject: [PATCH] Fix ai-ready marketplace ref\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\nCopilot-Session: 9ffae6e6-6810-4c61-982f-a295ac49f669 --- .github/plugin/marketplace.json | 4 ++-- plugins/external.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index b77c57253..db18b6992 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -51,7 +51,7 @@ { "name": "ai-ready", "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "John Papa", "url": "https://github.com/johnpapa" @@ -72,7 +72,7 @@ "source": "github", "repo": "johnpapa/ai-ready", "path": ".github/plugin", - "ref": "b993d6512c918d8a21a61b7931726f5980c3c920" + "ref": "v1.1.0" } }, { diff --git a/plugins/external.json b/plugins/external.json index 053c97791..43997048a 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -29,7 +29,7 @@ { "name": "ai-ready", "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "John Papa", "url": "https://github.com/johnpapa" @@ -50,7 +50,7 @@ "source": "github", "repo": "johnpapa/ai-ready", "path": ".github/plugin", - "ref": "b993d6512c918d8a21a61b7931726f5980c3c920" + "ref": "v1.1.0" } }, {