Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TangyKiwi committed Dec 27, 2021
1 parent fb1a2fa commit 9eba66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=-Xmx1G
loader_version=0.12.12

# Mod Properties
mod_version = 5.6.20
mod_version = 5.6.21
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 @@ -32,7 +32,7 @@
public class KiwiClient implements ModInitializer {

public static final String MOD_ID = "kiwiclient";
public static String name = "KiwiClient 1.18.1", version = "5.6.20";
public static String name = "KiwiClient 1.18.1", version = "5.6.21";
private MinecraftClient mc;

public static DiscordRP discordRPC;
Expand Down

0 comments on commit 9eba66d

Please sign in to comment.