Skip to content

Commit

Permalink
Updated version in main class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Dignam committed Aug 9, 2013
1 parent 8675b83 commit 55b2ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/fyresmodjam/ModjamMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import cpw.mods.fml.common.registry.TickRegistry;
import cpw.mods.fml.relauncher.Side;

@Mod(modid = "fyresmodjam", name = "Fyres ModJam Mod", version = "0.0.1d")
@Mod(modid = "fyresmodjam", name = "Fyres ModJam Mod", version = "0.0.1e")
@NetworkMod(clientSideRequired = true, serverSideRequired = false, channels = {"FyresModJamMod"}, packetHandler = PacketHandler.class)
public class ModjamMod extends CommandHandler implements IPlayerTracker {

Expand All @@ -83,8 +83,8 @@ public class ModjamMod extends CommandHandler implements IPlayerTracker {
public static Achievement whoops;
public static AchievementPage page;

public static String version = "v0.0.1d";
public static String foundVersion = "v0.0.1d";
public static String version = "v0.0.1e";
public static String foundVersion = "v0.0.1e";

public static void loadProperties() {
Properties prop = new Properties();
Expand Down

0 comments on commit 55b2ccd

Please sign in to comment.