Skip to content

Commit

Permalink
Updated version number to reflect change to V8 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican authored Feb 18, 2020
1 parent 3f7dbd6 commit 1f2cca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helpers.gs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function checkForUpdate(){
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
if (alreadyAlerted == null){
try{
var thisVersion = 5.1;
var thisVersion = 5.2;
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
var latestRelease = regex.exec(html)[0];
Expand Down

0 comments on commit 1f2cca7

Please sign in to comment.