Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Mar 3, 2025
1 parent 6ebb196 commit 9df0390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const cwopValidationCode = null;
*/

let version = 'v2.9.5';
let version = 'v2.9.6';

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.';
Expand Down

0 comments on commit 9df0390

Please sign in to comment.