From 4c97a6bf720eb1603d0519ad850589f64b9f8a4d Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Fri, 15 Nov 2024 13:43:06 -0500 Subject: [PATCH] Version Bump --- code.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.gs b/code.gs index c239cfe..e19be8d 100644 --- a/code.gs +++ b/code.gs @@ -79,7 +79,7 @@ const cwopValidationCode = null; */ -let version = 'v2.8.1'; +let version = 'v2.8.2'; function Schedule() { if (updateWunderground && datasource === 'ibm' && ibmStationID === wundergroundStationID) throw 'Error: You are currently set to pull data from Wunderground and also send data to Wunderground. Please disable one or the other to avoid duplicate data.';