Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganymedes01 committed Jul 6, 2015
1 parent b3d3052 commit e5018cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "2.6.3"
version = "2.7.0"
group = "ganymedes01.aobd"
archivesBaseName = "AOBD"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ganymedes01/aobd/lib/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class Reference {
public static final String MOD_ID = "aobd";
public static final String MOD_NAME = "Another One Bites The Dust";
public static final String DEPENDENCIES = "required-after:Forge@[10.13.4.1448,);after:*";
public static final String VERSION_NUMBER = "2.6.3";
public static final String VERSION_NUMBER = "2.7.0";

public static final String GUI_FACTORY_CLASS = "ganymedes01.aobd.configuration.ConfigGuiFactory";
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "aobd",
"name": "Another One Bites The Dust",
"description": "AOBD dynamically finds all the ores and ingots added by any mod and makes them processable in IC2, EnderIO, RailCraft, Mekanism, Thermal Expansion, Thaumcraft, UltraTech, Factorization, RandomAdditions and Gany's Nether machines!",
"version": "2.6.3",
"version": "2.7.0",
"mcversion":"1.7.10",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit e5018cc

Please sign in to comment.