From 5c4c4a356412b3655cdab7da91a80fbe0111b61b Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Tue, 24 Dec 2024 14:19:41 -0500 Subject: [PATCH] Version Bump --- code.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.gs b/code.gs index 834ff04..e4df8c1 100644 --- a/code.gs +++ b/code.gs @@ -83,7 +83,7 @@ const cwopValidationCode = null; */ -let version = 'v2.9.0'; +let version = 'v2.9.1'; 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.';