We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7dbd6 commit 1f2cca7Copy full SHA for 1f2cca7
Helpers.gs
@@ -769,7 +769,7 @@ function checkForUpdate(){
769
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
770
if (alreadyAlerted == null){
771
try{
772
- var thisVersion = 5.1;
+ var thisVersion = 5.2;
773
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
774
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
775
var latestRelease = regex.exec(html)[0];
0 commit comments