Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Revving Version
Browse files Browse the repository at this point in the history
  • Loading branch information
renevo committed Feb 18, 2015
1 parent 0b5f164 commit 2519478
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.8-1.3"
version = "1.8-1.4"
group= "com.renevo" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "portablecraftbench"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/renevo/pcb/PortableCraftBenchMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class PortableCraftBenchMod {

public static final String MODID = "pcb";
public static final String VERSION = "1.3";
public static final String VERSION = "1.4";

public static Achievement achievementPcb = null;

Expand Down

0 comments on commit 2519478

Please sign in to comment.