Skip to content

Commit

Permalink
Bump Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Apr 23, 2021
1 parent b907b6e commit 5c42a56
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.3
* Wunderground Station Forwarder v1.1.4
* 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 @@ -21,7 +21,7 @@ const openWeatherMapAPIKey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';

// Do not edit below

let version = "v1.1.3"
let version = "v1.1.4"

function Schedule() {
let triggers = ScriptApp.getProjectTriggers().forEach(function(trigger) {
Expand Down

0 comments on commit 5c42a56

Please sign in to comment.