From 7d9c31d6ce71dca977f8fa9dcf857b4f7f9e9009 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Wed, 1 Jan 2025 11:55:39 -0500 Subject: [PATCH] Version Bump --- code.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.gs b/code.gs index ad38eb7..d8a7de0 100644 --- a/code.gs +++ b/code.gs @@ -83,7 +83,7 @@ const cwopValidationCode = null; */ -let version = 'v2.9.4'; +let version = 'v2.9.5'; 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.';