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

Commit

Permalink
Release 0.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Dec 26, 2013
1 parent c44ae9e commit 29fbd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_foundry.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

MODNAME=foundry
MODVERSION=0.6.0.1
MODVERSION=0.6.0.2
MODVERSION_API=0.6.0.0

rm -rf packed/*
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 @@ -107,7 +107,7 @@ public class ModFoundry
{
public static final String MODID = "foundry";
public static final String MODNAME = "Foundry";
public static final String MODVERSION = "0.6.0.1";
public static final String MODVERSION = "0.6.0.2";

public static final String CHANNEL = "EXTER_Foundry";

Expand Down

0 comments on commit 29fbd11

Please sign in to comment.