Skip to content

Commit

Permalink
Update version number to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribee committed Jun 5, 2018
1 parent 86a3e73 commit af9edd6
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 @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.2.2"
version = "1.2.3"
group= "scribee" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "More Pings Mod-1.8.9"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/scribee/morePingsMod/util/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class Reference {
public static final String MODID = "mp";
public static final String MOD_NAME = "More Pings Mod";
public static final String VERSION = "1.2.2";
public static final String VERSION = "1.2.3";
public static final String GUI_FACTORY = "scribee.morePingsMod.gui.MorePingsGuiFactory";
}

0 comments on commit af9edd6

Please sign in to comment.