From 5c42a565f9531465be5d295fa6f3fddad26117cb Mon Sep 17 00:00:00 2001 From: Leo <5376265+leoherzog@users.noreply.github.com> Date: Fri, 23 Apr 2021 18:52:59 -0400 Subject: [PATCH] Bump Version Number --- code.gs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code.gs b/code.gs index 72e71f0..0f6a574 100644 --- a/code.gs +++ b/code.gs @@ -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. */ @@ -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) {