From 6b49b000a90edd487cf8cc268cdcac93ec1cf22d Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Sun, 6 Jul 2025 23:25:05 +0200 Subject: [PATCH] chore: bump version to 2.7.9 for npm publish --- package.runtime.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.runtime.json b/package.runtime.json index 8dd0d7f..78130a9 100644 --- a/package.runtime.json +++ b/package.runtime.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp-runtime", - "version": "2.7.8", + "version": "2.7.9", "description": "n8n MCP Server Runtime Dependencies Only", "private": true, "dependencies": { @@ -16,4 +16,4 @@ "engines": { "node": ">=16.0.0" } -} \ No newline at end of file +}