Skip to content

Commit c7f7f63

Browse files
Update version number for release
1 parent 53736f5 commit c7f7f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code.gs

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function CheckForUpdate(){
371371
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
372372
if (alreadyAlerted == null){
373373
try{
374-
var thisVersion = 3.0;
374+
var thisVersion = 4.0;
375375
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
376376
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
377377
var latestRelease = regex.exec(html)[0];
@@ -388,4 +388,4 @@ function CheckForUpdate(){
388388
}
389389
catch(e){}
390390
}
391-
}
391+
}

0 commit comments

Comments
 (0)