v0.6.1
This commit is contained in:
parent
9f6220903d
commit
d082d52dd1
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,7 @@ public class EaglercraftVersion {
|
|||
/// Customize these to fit your fork:
|
||||
|
||||
public static final String projectForkName = "Eaglercraft Lambda";
|
||||
public static final String projectForkVersion = "0.6.0";
|
||||
public static final String projectForkVersion = "0.6.1";
|
||||
public static final String projectForkVendor = "HoosierTransfer";
|
||||
|
||||
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
|
||||
|
@ -34,7 +34,7 @@ public class EaglercraftVersion {
|
|||
"https://update.hoosiertransfer.xyz/cert");
|
||||
|
||||
public static final String updateBundlePackageName = "net.lax1dude.eaglercraft.v1_8.client";
|
||||
public static final int updateBundlePackageVersionInt = 1;
|
||||
public static final int updateBundlePackageVersionInt = 2;
|
||||
|
||||
public static final String updateLatestLocalStorageKey = "latestUpdate_" + updateBundlePackageName;
|
||||
|
||||
|
|
Loading…
Reference in New Issue