From be33a546b9fca9ad6e05ee48b9c8641485cf5cf0 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 23 Jan 2025 08:41:07 +0100 Subject: [PATCH] fixed broken link for installing web app --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b34181..c5b2979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "temperature-blanket-web-app", - "version": "4.15.0", + "version": "4.15.1", "description": "Weather Data + Art! Web app for creating a temperature blanket", "main": "index.html", "private": true,