Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas0b1011001 authored Jan 30, 2020
1 parent c8ff465 commit a63d5a5
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.0;
var thisVersion = 5.1;
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 a63d5a5

Please sign in to comment.