Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog authored Mar 24, 2022
1 parent 5bbf758 commit 67676c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function getLuxon_() {
}

function checkGithubReleaseVersion_() {
let currentVersion = 'v0.1';
let currentVersion = 'v0.1.1';
let latestRelease;
try {
latestRelease = JSON.parse(UrlFetchApp.fetch('https://api.github.com/repos/leoherzog/ScheduleQuest/releases/latest').getContentText());
Expand Down

0 comments on commit 67676c3

Please sign in to comment.