Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Oct 8, 2024
1 parent 06ae512 commit 4e2d64f
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 @@ -79,7 +79,7 @@ const cwopValidationCode = null;
*/

let version = 'v2.8.0';
let version = 'v2.8.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.';
Expand Down

0 comments on commit 4e2d64f

Please sign in to comment.