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 14, 2023
1 parent ab81bca commit 9e678b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div align="center">
<img src="https://img.shields.io/github/last-commit/TangyKiwi/KiwiClient" alt="GitHub last commit"/>
<img src="https://img.shields.io/github/actions/workflow/status/TangyKiwi/KiwiClient/build.yml?branch=master" alt="Build status"/>
<img src="https://img.shields.io/badge/MC-1.19.4-brightgreen.svg" alt="Minecraft"/>
<img src="https://img.shields.io/badge/MC-1.20.1-brightgreen.svg" alt="Minecraft"/>
<br>
<img src="https://img.shields.io/github/v/release/TangyKiwi/KiwiClient.svg" alt="Release"/>
<img src="https://img.shields.io/github/languages/code-size/TangyKiwi/KiwiClient" alt="GitHub code size in bytes"/>
Expand All @@ -19,7 +19,7 @@
## Installation
### Standalone Vanilla Installer
- Download the [installer](https://github.com/TangyKiwi/KiwiClient-Installer/releases)
- Select version & install location (default 1.19 / .minecraft folder)
- Select version & install location (default 1.20 / .minecraft folder)
- Hit install, a new profile called KiwiClient for X.X.X will be created in your launcher
- Place additional mods in the .minecraft/kiwiclient-mods/X.X.X folder
### Manual
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.parallel=true
loader_version=0.14.21

# Mod Properties
mod_version = 7.14.50
mod_version = 8.14.50
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 @@ -35,7 +35,7 @@ public class KiwiClient implements ModInitializer {

private MinecraftClient mc;

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

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

0 comments on commit 9e678b0

Please sign in to comment.