We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9544ad4 commit 115531fCopy full SHA for 115531f
Helpers.gs
@@ -827,7 +827,7 @@ function checkForUpdate(){
827
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
828
if (alreadyAlerted == null){
829
try{
830
- var thisVersion = 5.2;
+ var thisVersion = 5.3;
831
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
832
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
833
var latestRelease = regex.exec(html)[0];
0 commit comments