Skip to content

Commit 115531f

Browse files
Updated version number
1 parent 9544ad4 commit 115531f

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
@@ -827,7 +827,7 @@ function checkForUpdate(){
827827
var alreadyAlerted = PropertiesService.getScriptProperties().getProperty("alertedForNewVersion");
828828
if (alreadyAlerted == null){
829829
try{
830-
var thisVersion = 5.2;
830+
var thisVersion = 5.3;
831831
var html = UrlFetchApp.fetch("https://github.com/derekantrican/GAS-ICS-Sync/releases");
832832
var regex = RegExp("<a.*title=\"\\d\\.\\d\">","g");
833833
var latestRelease = regex.exec(html)[0];

0 commit comments

Comments
 (0)