From 6c95e02175c69ade612d1dac24d64f3526e83a0c Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Wed, 1 Jan 2025 11:37:45 -0500 Subject: [PATCH] Version Bump --- code.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.gs b/code.gs index 82c81d2..757d77c 100644 --- a/code.gs +++ b/code.gs @@ -83,7 +83,7 @@ const cwopValidationCode = null; */ -let version = 'v2.9.2'; +let version = 'v2.9.3'; 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.';