Skip to content

Commit

Permalink
GameSense v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IUDevman committed Dec 20, 2020
1 parent 11d4956 commit d4ffb40
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 @@ -3,8 +3,8 @@


<!-- PROJECT SHIELDS -->
[![version](https://img.shields.io/badge/Release-2.2.3-green.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![version](https://img.shields.io/badge/Dev-2.2.4dev-orange.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![version](https://img.shields.io/badge/Release-2.2.4-green.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![version](https://img.shields.io/badge/Dev-2.2.5dev-orange.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![discord](https://img.shields.io/badge/Discord-xfgPw63-8080c0)](https://discord.gg/xfgPw63)
![build](https://github.com/IUDevman/gamesense-master/workflows/Java%20CI%20with%20Gradle/badge.svg)
![GitHub All Releases](https://img.shields.io/github/downloads/IUDevman/gamesense-client/total)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
modGroup=com.gamesense
modVersion=dev2.2.4
modVersion=2.2.4
modBaseName=gamesense
forgeVersion=1.12.2-14.23.5.2768
# 1.12.2-14.23.0.2531
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gamesense/client/GameSenseMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class GameSenseMod {
public static final String MODID = "gamesense";
public static String MODNAME = "GameSense";
public static final String FORGENAME = "GameSense";
public static final String MODVER = "dev2.2.4";
public static final String MODVER = "v2.2.4";

public static final Logger log = LogManager.getLogger(MODNAME);

Expand Down

0 comments on commit d4ffb40

Please sign in to comment.