Skip to content

Commit

Permalink
fix: change of update checker repository url to reflect repository na…
Browse files Browse the repository at this point in the history
…me change
  • Loading branch information
MemencioPerez committed Jan 6, 2025
1 parent c2f56aa commit 12f0f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public UpdateChecker(ComponentLogger logger) {
}

private static Version getLatestVersion() throws Exception {
String url = "https://api.github.com/repos/MemencioPerez/UnSignedVelocity/releases/latest";
String url = "https://api.github.com/repos/MemencioPerez/UnSignedVelocity2/releases/latest";
HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection();
connection.setRequestMethod("GET");
connection.setRequestProperty("Accept", "application/json");
Expand Down

0 comments on commit 12f0f5f

Please sign in to comment.