Skip to content

Commit

Permalink
Updated branch name and added last release commit for update checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Apr 12, 2024
1 parent 7885040 commit ee30093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/dev/stardust/Stardust.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void onRegisterCategories() {
@Override
public String getWebsite() { return "https://github.com/0xTas/stardust"; }
@Override
public GithubRepo getRepo() { return new GithubRepo("0xTas", "Stardust"); }
public GithubRepo getRepo() { return new GithubRepo("0xTas", "Stardust", "main"); }
@Override
public String getCommit() {
CustomValue commit = FabricLoader.getInstance()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"custom": {
"meteor-client:color": "147,233,190",
"meteor-client:commit": "${commit}"
"meteor-client:commit": "942ed0248b5d39d0d9fd1a25cf1de5f76818a45d"
},
"depends": {
"java": ">=17",
Expand Down

0 comments on commit ee30093

Please sign in to comment.