Skip to content

Commit 1f2cca7

Browse files
Updated version number to reflect change to V8 runtime
1 parent 3f7dbd6 commit 1f2cca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helpers.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ function checkForUpdate(){
769769
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
770770
if (alreadyAlerted == null){
771771
try{
772-
var thisVersion = 5.1;
772+
var thisVersion = 5.2;
773773
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
774774
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
775775
var latestRelease = regex.exec(html)[0];

0 commit comments

Comments
 (0)