Skip to content

Commit

Permalink
Updated version, name and update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackilykat committed May 11, 2024
1 parent 32a6546 commit 38b222e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'RetroMCP-Java'
rootProject.name = 'RetroMCP-Legacy'
4 changes: 2 additions & 2 deletions src/main/java/org/mcphackers/mcp/MCP.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

public abstract class MCP {

public static final String VERSION = "v1.0.1";
public static final String GITHUB_URL = "https://github.com/MCPHackers/RetroMCP-Java";
public static final String VERSION = "v1.0.0";
public static final String GITHUB_URL = "https://github.com/ReSpouted/RetroMCP-Legacy";
public static final TranslatorUtil TRANSLATOR = new TranslatorUtil();
private static final PluginManager pluginManager = new PluginManager();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class TaskDownloadUpdate extends TaskStaged {

private static final String API = "https://api.github.com/repos/MCPHackers/RetroMCP-Java/releases/latest";
private static final String API = "https://api.github.com/repos/ReSpouted/RetroMCP-Legacy/releases/latest";

public TaskDownloadUpdate(MCP instance) {
super(Side.ANY, instance);
Expand Down

0 comments on commit 38b222e

Please sign in to comment.