From c0f5510fc800b70750495d0f69b56f449fc44d99 Mon Sep 17 00:00:00 2001 From: lauren Date: Fri, 5 Jun 2026 23:59:47 -0700 Subject: [PATCH] orchestrate: bump version to 1.1.0 --- orchestrate/.cursor-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrate/.cursor-plugin/plugin.json b/orchestrate/.cursor-plugin/plugin.json index 6e969fa..4f267ae 100644 --- a/orchestrate/.cursor-plugin/plugin.json +++ b/orchestrate/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "orchestrate", "displayName": "Orchestrate", - "version": "1.0.0", + "version": "1.1.0", "description": "Fan a large task out across parallel Cursor cloud agents via the Cursor SDK: planners publish tasks, workers hand off back up, and a script reconciles the tree from disk and git.", "author": { "name": "Cursor",