From 0da0b80c1c3cd92cfa90eab61e5d3977a9df9c66 Mon Sep 17 00:00:00 2001 From: Shai Pilosof Date: Tue, 4 Aug 2026 22:08:34 -0500 Subject: [PATCH] fix(seo): JSON-LD softwareVersion 1.0 -> 1.1 to match app version Co-Authored-By: Claude Opus 4.8 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d33e1e0..2b55001 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ "applicationSubCategory": "Network Visualisation", "operatingSystem": "Any (modern web browser)", "browserRequirements": "Requires a modern desktop or laptop browser with JavaScript enabled.", - "softwareVersion": "1.0", + "softwareVersion": "1.1", "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "isAccessibleForFree": true, "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },