Skip to content

Commit ff8d001

Browse files
committed
version bump
1 parent de52dc7 commit ff8d001

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ loader_version = 0.17.5-beta.4
1111
quilted_fabric_api_version = 4.0.0-beta.14+0.62.0-1.19.2
1212

1313
# Mod Properties
14-
version = 2.2.1+1.19.2-beta.4
14+
version = 2.2.1-1+1.19.2
1515
maven_group = io.github.axolotlclient
1616
archives_base_name = AxolotlClient

src/main/java/io/github/axolotlclient/config/screen/CreditsScreen.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,6 @@ public void mouseClicked(double mouseX, double mouseY) {
370370
}
371371
});
372372
}
373-
374-
public String[] getThings(){
375-
return credit.things;
376-
}
377373
}
378374

379375
private class SpacerTitle extends Credit {

0 commit comments

Comments
 (0)