Forgot a dot in the build version
This commit is contained in:
parent
10b3c2e2b8
commit
2da3f0fdca
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public class ResonantInduction
|
|||
metadata.description = TranslationHelper.getLocal("meta.resonantinduction.description");
|
||||
metadata.url = "http://calclavia.com/resonant-induction";
|
||||
metadata.logoFile = "ri_logo.png";
|
||||
metadata.version = VERSION + BUILD_VERSION;
|
||||
metadata.version = VERSION + "." + BUILD_VERSION;
|
||||
metadata.authorList = Arrays.asList(new String[] { "Calclavia", "Alex_hawks" });
|
||||
metadata.credits = TranslationHelper.getLocal("meta.resonantinduction.credits");
|
||||
metadata.autogenerated = false;
|
||||
|
|
Loading…
Reference in a new issue