Skip to content

Commit

Permalink
* dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Detrav committed Jan 13, 2018
1 parent d6694f3 commit 80039c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minecraft.version=1.7.10
forge.version=10.13.4.1566-1.7.10

detravscanner.version=gt.newHorizons-0.49.1
detravscanner.version=gt.newHorizons-0.50.0

ae2.version=rv2-beta-33
applecore.version=1.7.10-1.2.1+107.59407
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/detrav/DetravScannerMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class DetravScannerMod
{
public static final String MODID = "detravscannermod";
public static final String VERSION = "0.49";
public static final String VERSION = "0.50";

public static final CreativeTabs TAB_DETRAV = new DetravCreativeTab();

Expand Down

0 comments on commit 80039c7

Please sign in to comment.