Skip to content

Commit

Permalink
Update README & version
Browse files Browse the repository at this point in the history
  • Loading branch information
TangyKiwi committed Jun 11, 2022
1 parent a42ad80 commit 3d16cc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ DiscordRPC ("_You use the hacc, then proudly quacc._")

<details>
<summary>Combat</summary>
- BowBomb<br>
- Criticals<br>
- TriggerBot<br>
</details>
Expand All @@ -87,6 +86,7 @@ DiscordRPC ("_You use the hacc, then proudly quacc._")
<details>
<summary>Render</summary>
- ESP<br>
- Freecam<br>
- Fullbright<br>
- ItemPhysics<br>
- Nametags<br>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx3G
loader_version=0.14.7

# Mod Properties
mod_version = 6.12.31
mod_version = 6.12.33
maven_group = com.tangykiwi.kiwiclient
archives_base_name = kiwiclient

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/tangykiwi/kiwiclient/KiwiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class KiwiClient implements ModInitializer {

private MinecraftClient mc;

public static String name = "KiwiClient " + SharedConstants.getGameVersion().getName(), version = "6.12.31";
public static String name = "KiwiClient " + SharedConstants.getGameVersion().getName(), version = "6.12.33";

public static DiscordRP discordRPC;
public static ModuleManager moduleManager;
Expand Down

0 comments on commit 3d16cc5

Please sign in to comment.