Commit 19528da088681fe1b6f8affd37c88e78912769ab

Authored by Mumfrey
1 parent 84ea1ab3

LiteLoader 1.9.4 Release

gradle.properties
... ... @@ -4,7 +4,7 @@ packaging=jar
4 4 description=LiteLoader
5 5 url=http://www.liteloader.com
6 6 organization=LiteLoader
7   -buildType=SNAPSHOT
  7 +buildType=RELEASE
8 8 buildVersion=1.9.4
9 9 mcVersion=1.9.4
10 10 mcMappings=snapshot_20160517
11 11 \ No newline at end of file
... ...
src/main/java/com/mumfrey/liteloader/core/LiteLoaderVersion.java
... ... @@ -43,10 +43,10 @@ public enum LiteLoaderVersion
43 43 MC_1_7_10_R2(29, 1405369406, "1.7.10", "1.7.10_02", "1.7.10"),
44 44 MC_1_7_10_R3(30, 1407687918, "1.7.10", "1.7.10_03", "1.7.10", "1.7.10_03"),
45 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 47 MC_1_8_9_R0(34, 0, "1.8.9", "1.8.9", "1.8.9"),
48 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 50  
51 51 /**
52 52 * Current loader version
... ...