Commit 71ed112209aa9a48341f3936727f57b489b52700

Authored by Mumfrey
1 parent c9b4172f

LiteLoader 1.10.2 Release

gradle.properties
@@ -4,7 +4,7 @@ packaging=jar @@ -4,7 +4,7 @@ packaging=jar
4 description=LiteLoader 4 description=LiteLoader
5 url=http://www.liteloader.com 5 url=http://www.liteloader.com
6 organization=LiteLoader 6 organization=LiteLoader
7 -buildType=SNAPSHOT 7 +buildType=RELEASE
8 buildVersion=1.10.2 8 buildVersion=1.10.2
9 mcVersion=1.10.2 9 mcVersion=1.10.2
10 mcMappings=snapshot_20160628 10 mcMappings=snapshot_20160628
11 \ No newline at end of file 11 \ No newline at end of file
src/main/java/com/mumfrey/liteloader/core/LiteLoaderVersion.java
@@ -43,12 +43,12 @@ public enum LiteLoaderVersion @@ -43,12 +43,12 @@ public enum LiteLoaderVersion
43 MC_1_7_10_R2(29, 1405369406, "1.7.10", "1.7.10_02", "1.7.10"), 43 MC_1_7_10_R2(29, 1405369406, "1.7.10", "1.7.10_02", "1.7.10"),
44 MC_1_7_10_R3(30, 1407687918, "1.7.10", "1.7.10_03", "1.7.10", "1.7.10_03"), 44 MC_1_7_10_R3(30, 1407687918, "1.7.10", "1.7.10_03", "1.7.10", "1.7.10_03"),
45 MC_1_7_10_R4(31, 1414368553, "1.7.10", "1.7.10_04", "1.7.10", "1.7.10_03", "1.7.10_04"), 45 MC_1_7_10_R4(31, 1414368553, "1.7.10", "1.7.10_04", "1.7.10", "1.7.10_03", "1.7.10_04"),
46 - MC_1_8_0_R0(32, 0, "1.8", "1.8.0", "1.8", "1.8.0"), 46 + MC_1_8_0_R0(32, 1463585254, "1.8", "1.8.0", "1.8", "1.8.0"),
47 MC_1_8_9_R0(34, 0, "1.8.9", "1.8.9", "1.8.9"), 47 MC_1_8_9_R0(34, 0, "1.8.9", "1.8.9", "1.8.9"),
48 MC_1_9_0_R0(35, 0, "1.9", "1.9.0", "1.9", "1.9.0"), 48 MC_1_9_0_R0(35, 0, "1.9", "1.9.0", "1.9", "1.9.0"),
49 - MC_1_9_4_R0(36, 0, "1.9.4", "1.9.4", "1.9.4"), 49 + MC_1_9_4_R0(36, 1479472002, "1.9.4", "1.9.4", "1.9.4"),
50 MC_1_10_R0(37, 0, "1.10", "1.10", "1.10", "1.10.0", "1.10.r1"), 50 MC_1_10_R0(37, 0, "1.10", "1.10", "1.10", "1.10.0", "1.10.r1"),
51 - MC_1_10_2_R0(38, 0, "1.10.2", "1.10.2", "1.10.2", "1.10.r1"); 51 + MC_1_10_2_R0(38, 1479473570, "1.10.2", "1.10.2", "1.10.2", "1.10.r1");
52 52
53 /** 53 /**
54 * Current loader version 54 * Current loader version