From 6b8c05a694a377898db51907e512d3ad143c8d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kopeck=C3=BD?= Date: Thu, 21 Aug 2025 11:22:10 +0200 Subject: [PATCH] chore: fix manifest.json version manually --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 74022d0..1345132 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "dxt_version": "0.1", "name": "apify-mcp-server", - "version": "0.0.0", + "version": "0.3.9", "description": "Extract data from any site with Apify Store, home to thousands of web scrapers.", "long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.", "keywords": [ @@ -94,4 +94,4 @@ "node": ">=20.0.0" } } -} \ No newline at end of file +}