From 45fa49e4e0b2af4d43b1cb458903f8030ac993bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Aug 2026 12:40:13 +0000 Subject: [PATCH] Bump version to 2.3.0 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- agents/openai.yaml | 2 +- plugin.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9935d8a..b425736 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "swift-concurrency-agent-skill", - "version": "2.2.0", + "version": "2.3.0", "owner": { "name": "Antoine van der Lee", "email": "contact@avanderlee.com" @@ -14,7 +14,7 @@ "name": "swift-concurrency", "description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.", "repository": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill", - "version": "2.2.0", + "version": "2.3.0", "author": { "name": "Antoine van der Lee", "email": "contact@avanderlee.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0911bc9..0bb7252 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "swift-concurrency", - "version": "2.2.0", + "version": "2.3.0", "description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.", "author": { "name": "Antoine van der Lee", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 502a79b..8e77f65 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "swift-concurrency", - "version": "2.2.0", + "version": "2.3.0", "description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.", "author": { "name": "Antoine van der Lee", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 307b8b2..a9f7430 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "swift-concurrency", - "version": "2.2.0", + "version": "2.3.0", "description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.", "author": { "name": "Antoine van der Lee", diff --git a/agents/openai.yaml b/agents/openai.yaml index f83eb54..0630c9c 100644 --- a/agents/openai.yaml +++ b/agents/openai.yaml @@ -1,5 +1,5 @@ name: swift-concurrency -version: "2.2.0" +version: "2.3.0" description: >- Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, diff --git a/plugin.json b/plugin.json index 9e47b68..6de310b 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "swift-concurrency", - "version": "2.2.0", + "version": "2.3.0", "description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.", "author": { "name": "Antoine van der Lee",