Skip to content

Commit

Permalink
Released v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRLegends committed Apr 1, 2019
1 parent 53c0bb5 commit 768c36f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG AND FUTURE_PLANS.txt
Expand Up @@ -5,6 +5,9 @@


===========================================Released Updates===========================================
v2.1.0
*Added/Improved config options for issue #412

v2.0.9
*Fixed issue #407
*Fixed config option comment being backwards in its explaining.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -35,7 +35,7 @@ repositories {
apply plugin: 'forge'
apply plugin: 'com.matthewprenger.cursegradle'

version = "1.7.10-2.0.9"
version = "1.7.10-2.1.0"
group= "com.mjr.extraplanets" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ExtraPlanets"

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/mjr/extraplanets/Constants.java
Expand Up @@ -5,8 +5,8 @@ public class Constants {
public static final String modName = "ExtraPlanets";

public static final int LOCALMAJVERSION = 2;
public static final int LOCALMINVERSION = 0;
public static final int LOCALBUILDVERSION = 9;
public static final int LOCALMINVERSION = 1;
public static final int LOCALBUILDVERSION = 0;

public static final String modVersion = "1.7.10" + "-" + LOCALMAJVERSION + "." + LOCALMINVERSION + "." + LOCALBUILDVERSION;

Expand Down

0 comments on commit 768c36f

Please sign in to comment.