Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganymedes01 committed Sep 8, 2015
1 parent 0dff578 commit 2b3e324
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.8.2"
version = "2.8.3"
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.8.2";
public static final String VERSION_NUMBER = "2.8.3";

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, Gany's Nether, Modular Systems, Hydraulicraft, Tinker's Construct, SimpleOreGrinder, RotaryCraft, Electrical Age, Aura Cascade, Flaxbeard's Steampower Mod, Engineer's Toolbox, and Immersive Engineering machines!",
"version": "2.8.2",
"version": "2.8.3",
"mcversion":"1.7.10",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 2b3e324

Please sign in to comment.