Skip to content
This repository has been archived by the owner on Oct 20, 2019. It is now read-only.

Commit

Permalink
Release 0.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Dec 5, 2013
1 parent 993307a commit 78fbd63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_foundry.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

MODNAME=foundry
MODVERSION=0.3.0.0
MODVERSION_API=0.3.0.0
MODVERSION=0.4.0.0
MODVERSION_API=0.4.0.0

rm -rf packed/*
if ./recompile.sh && ./reobfuscate_srg.sh
Expand Down
2 changes: 1 addition & 1 deletion src/exter/foundry/ModFoundry.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class ModFoundry
{
public static final String MODID = "foundry";
public static final String MODNAME = "Foundry";
public static final String MODVERSION = "0.3.0.0";
public static final String MODVERSION = "0.4.0.0";

public static final String CHANNEL = "EXTER_Foundry";

Expand Down

0 comments on commit 78fbd63

Please sign in to comment.