From 787439da9aa2cf07690f64bc6f8a3d88ea4d2b6c Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 17 Jun 2026 16:14:28 -0400 Subject: [PATCH] chore: bump plugin version to 1.1.0 Bump both the Claude and Cursor plugin manifests from 1.0.0 to 1.1.0 for the 1.1.0 release. Co-Authored-By: Claude --- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 3ce41af..a479c98 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "slack", "description": "Slack integration for searching messages, sending communications, managing canvases, and more", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Slack", "url": "https://slack.com" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 06b3ccf..05f8911 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "slack", "description": "Slack MCP server. Search channels, send messages, and perform other Slack actions through MCP-compatible clients.", - "version": "1.0.0", + "version": "1.1.0", "mcpServers": "../.cursor-mcp.json", "author": { "name": "Slack"