Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 8, 2019
1 parent 314404f commit 9e0594a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jar {
manifest {
attributes(["Specification-Title": "SecurityCraft",
"Specification-Vendor": "Geforce, bl4ckscor3",
"Specification-Version": "v1.8.13.1",
"Specification-Version": "v1.8.14",
"Implementation-Title": "SecurityCraft",
"Implementation-Version": "v1.8.13.1",
"Implementation-Version": "v1.8.14",
"Implementation-Vendor" :"Geforce, bl4ckscor3",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")],)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
@EventBusSubscriber(modid=SecurityCraft.MODID, bus=Bus.MOD)
public class SecurityCraft {
public static final String MODID = "securitycraft";
//********************************* This is v1.8.13.1 for MC 1.14.4!
protected static final String VERSION = "v1.8.13.1";
//********************************* This is v1.8.14 for MC 1.14.4!
protected static final String VERSION = "v1.8.14";
public static IProxy proxy = DistExecutor.runForDist(() -> () -> new ClientProxy(), () -> () -> new ServerProxy());
public static SecurityCraft instance;
public static final String PROTOCOL_VERSION = "1.0";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors="Geforce132, bl4ckscor3"

[[mods]] #mandatory
modId="securitycraft" #mandatory
version="v1.8.13.1" #mandatory
version="v1.8.14" #mandatory
displayName="SecurityCraft" #mandatory
updateJSONURL="https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json"
description='''
Expand Down

0 comments on commit 9e0594a

Please sign in to comment.