Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 12, 2020
1 parent 8a1ba59 commit e691f49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changelog v1.8.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--------------------------Changelog for v1.8.21 of SecurityCraft--------------------------
--------------------------Changelog for v1.8.20.2 of SecurityCraft--------------------------

- Fix: Track Mine is see-through in certain cases
- Fix: Potential crash while starting the game
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jar {
manifest {
attributes(["Specification-Title": "SecurityCraft",
"Specification-Vendor": "Geforce, bl4ckscor3",
"Specification-Version": "v1.8.20.1",
"Specification-Version": "v1.8.20.2",
"Implementation-Title": "SecurityCraft",
"Implementation-Version": "v1.8.20.1",
"Implementation-Version": "v1.8.20.2",
"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 @@ -50,8 +50,8 @@
@EventBusSubscriber(modid=SecurityCraft.MODID, bus=Bus.MOD)
public class SecurityCraft {
public static final String MODID = "securitycraft";
//********************************* This is v1.8.20.1 for MC 1.16.3!
public static final String VERSION = "v1.8.20.1";
//********************************* This is v1.8.20.2 for MC 1.16.3/.4!
public static final String VERSION = "v1.8.20.2";
public static IProxy proxy = DistExecutor.safeRunForDist(() -> ClientProxy::new, () -> ServerProxy::new);
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 @@ -9,7 +9,7 @@ license="GNU GPL v3.0 https://github.com/Geforce132/SecurityCraft/blob/1.16.2/LI

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

0 comments on commit e691f49

Please sign in to comment.