Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
IUDevman committed Apr 8, 2021
1 parent 59d2150 commit 9f59b4e
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.8-green.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![version](https://img.shields.io/badge/Dev-2.3.0-orange.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![version](https://img.shields.io/badge/Release-2.3.0-green.svg)](https://github.com/IUDevman/gamesense-client/releases/latest)
[![version](https://img.shields.io/badge/Dev-2.3.1-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
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx3G
modGroup=com.gamesense
modVersion=d2.3.0
modVersion=v2.3.0
modBaseName=gamesense
forgeVersion=1.12.2-14.23.5.2768
mcpVersion=snapshot_20180814
2 changes: 1 addition & 1 deletion src/main/java/com/gamesense/client/GameSense.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class GameSense {

public static final String MODNAME = "GameSense";
public static final String MODID = "gamesense";
public static final String MODVER = "d2.3.0";
public static final String MODVER = "v2.3.0";
/**
* Official release starts with a "v", dev versions start with a "d" to bypass version check
*/
Expand Down

0 comments on commit 9f59b4e

Please sign in to comment.