Fix plugin class name, bump version

This commit is contained in:
Shadowfacts 2016-08-06 15:54:59 -04:00
parent 8ad093fcb3
commit d6e4352134
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
mod_version = 1.0.1
mod_version = 1.0.2
group = net.shadowfacts
archivesBaseName = Forgelin

View File

@ -7,7 +7,7 @@ import java.util.Map;
/**
* @author shadowfacts
*/
public class ForglinPlugin implements IFMLLoadingPlugin {
public class ForgelinPlugin implements IFMLLoadingPlugin {
@Override
public String[] getASMTransformerClass() {