Skip to content

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheF1xer committed Sep 24, 2022
1 parent 35f9037 commit 3ddadc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.5.1'
version = '1.6'
group = 'me.thef1xer.gateclient'
archivesBaseName = 'gateclient'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/thef1xer/gateclient/util/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public class Reference {
public static final String MODID = "gateclient";
public static final String NAME = "Gate Client";
public static final String VERSION = "1.5.1";
public static final String VERSION = "1.6";
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "gateclient",
"name": "Gate Client",
"description": "A utility mod that I made in order to learn Java and feel like I accomplished something",
"version": "1.2",
"version": "1.6",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 3ddadc1

Please sign in to comment.