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.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Apr 26, 2014
1 parent c47ccc1 commit eea16c1
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 @@ -13,7 +13,7 @@ buildscript {

apply plugin: 'forge'

version = "0.6.2.1"
version = "0.6.2.2"
group= "exter.foundry" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Foundry"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/exter/foundry/ModFoundry.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class ModFoundry
{
public static final String MODID = "foundry";
public static final String MODNAME = "Foundry";
public static final String MODVERSION = "0.6.2.1";
public static final String MODVERSION = "0.6.2.2";

public static final String CHANNEL = "EXTER_Foundry";

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"modid" : "foundry",
"name" : "Foundry",
"version" : "0.6.2.1",
"version" : "0.6.2.2",
"credits" : "",
"authors": [
"EXTER"
Expand Down

0 comments on commit eea16c1

Please sign in to comment.