- Preparing Forge for Android publish 1.5.64.002.

- Starting with this revision, the minor version of Forge for Android will match the current beta of desktop Forge (e.g. 1.5.64.002 = the second revision after 1.5.64 beta), hopefully this will be less confusing.
This commit is contained in:
Agetian
2017-06-10 05:59:36 +00:00
parent 3f9ba13fb8
commit aa3ca54ca8
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<packaging.type>jar</packaging.type>
<build.min.memory>-Xms128m</build.min.memory>
<build.max.memory>-Xmx1024m</build.max.memory>
<alpha-version>1.5.64.001</alpha-version>
<alpha-version>1.5.64.002</alpha-version>
<sign.keystore>keystore</sign.keystore>
<sign.alias>alias</sign.alias>
<sign.storepass>storepass</sign.storepass>