Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Mar 29, 2022
1 parent 8c5f21f commit b3b962b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code.gs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Wunderground Station Forwarder v1.1.6
* Wunderground Station Forwarder v1.1.7
* Fill in the API Keys (and which other services you'd like to update) below, and run the "Schedule" function once. You're all set!
* You can see updates in the "☰ ▶ Executions" section on the left. If you make any changes to the API Keys or enabled services, run "Schedule" again.
*/
Expand All @@ -22,7 +22,7 @@ const openWeatherMapAPIKey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';

// Do not edit below

let version = 'v1.1.6';
let version = 'v1.1.7';

function Schedule() {
ScriptApp.getProjectTriggers().forEach(trigger => ScriptApp.deleteTrigger(trigger));
Expand Down

0 comments on commit b3b962b

Please sign in to comment.