Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump down version for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Feb 28, 2017
1 parent 1db2f57 commit 955cca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
// do not edit above
version = "1.6.3-1.10.2"
version = "1.6.2-1.10.2"
group= "com.spikespaz.essentialadditions"
archivesBaseName = "essentialadditions"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class EssentialAdditions {
public static final String MODID = "essentialadditions";
static final String NAME = "Essential Additions";
static final String VERSION = "1.6.3";
static final String VERSION = "1.6.2";
private static final String CLIENTSIDE = "com.spikespaz.essentialadditions.proxy.ClientProxy";
private static final String SERVERSIDE = "com.spikespaz.essentialadditions.proxy.CommonProxy";

Expand Down

0 comments on commit 955cca1

Please sign in to comment.