Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Feb 29, 2020
1 parent 2d48675 commit 676bf42
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 @@ -118,9 +118,9 @@ jar {
manifest {
attributes(["Specification-Title": "SecurityCraft",
"Specification-Vendor": "Geforce, bl4ckscor3",
"Specification-Version": "v1.8.16",
"Specification-Version": "v1.8.17",
"Implementation-Title": "SecurityCraft",
"Implementation-Version": "v1.8.16",
"Implementation-Version": "v1.8.17",
"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 @@ -49,8 +49,8 @@
@EventBusSubscriber(modid=SecurityCraft.MODID, bus=Bus.MOD)
public class SecurityCraft {
public static final String MODID = "securitycraft";
//********************************* This is v1.8.16 for MC 1.15.2!
protected static final String VERSION = "v1.8.16";
//********************************* This is v1.8.17 for MC 1.15.2!
protected static final String VERSION = "v1.8.17";
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.16" #mandatory
version="v1.8.17" #mandatory
displayName="SecurityCraft" #mandatory
updateJSONURL="https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json"
description='''
Expand Down

0 comments on commit 676bf42

Please sign in to comment.