We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53736f5 commit c7f7f63Copy full SHA for c7f7f63
Code.gs
@@ -371,7 +371,7 @@ function CheckForUpdate(){
371
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
372
if (alreadyAlerted == null){
373
try{
374
- var thisVersion = 3.0;
+ var thisVersion = 4.0;
375
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
376
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
377
var latestRelease = regex.exec(html)[0];
@@ -388,4 +388,4 @@ function CheckForUpdate(){
388
}
389
catch(e){}
390
391
-}
+}
0 commit comments