Skip to content

Commit

Permalink
Update githubVersion.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Jun 9, 2024
1 parent f4f80a5 commit b365155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/githubVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function getLatestReleaseVersion() {
}

async function getCurrentVersionFromBypass() {
const url = "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/build.gradle";
const url = "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/master/build.gradle";
try {
const response = await fetch(url);
if (response.status === 200) {
Expand Down

0 comments on commit b365155

Please sign in to comment.