From 74df398a15f90ebd2408cfef1c065f3efb67ff21 Mon Sep 17 00:00:00 2001 From: Jerry Mao Date: Sun, 16 Jan 2022 21:31:53 -0500 Subject: [PATCH] Release version 2022.1.0.2 --- client/visualizer/src/config.ts | 2 +- engine/src/main/battlecode/common/GameConstants.java | 2 +- gradle.properties | 2 +- specs/specs.md.html | 7 ++++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/client/visualizer/src/config.ts b/client/visualizer/src/config.ts index 405d3bb3..e53e68cf 100644 --- a/client/visualizer/src/config.ts +++ b/client/visualizer/src/config.ts @@ -144,7 +144,7 @@ export enum Mode { */ export function defaults(supplied?: any): Config { let conf: Config = { - gameVersion: "2022.1.0.1", //TODO: Change this on each release! + gameVersion: "2022.1.0.2", //TODO: Change this on each release! fullscreen: false, width: 600, height: 600, diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index b8fba26a..b64c7347 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -9,7 +9,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "2022.1.0.1"; + public static final String SPEC_VERSION = "2022.1.0.2"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/gradle.properties b/gradle.properties index 4a75ee12..3234a9a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ maps=maptestsmall profilerEnabled=false source=src mapLocation=maps -release_version=2022.1.0.1 +release_version=2022.1.0.2 diff --git a/specs/specs.md.html b/specs/specs.md.html index f76a040a..d90ca993 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -17,7 +17,7 @@ # Formal specification -*This is the formal specification of the Battlecode 2022 game.* Current version: *2022.1.0.1* +*This is the formal specification of the Battlecode 2022 game.* Current version: *2022.1.0.2* **Welcome to Battlecode 2022: Mutation.** @@ -325,6 +325,11 @@ # Appendix: Changelog +- Version 2022.1.0.2 (January 16, 2022) + - Engine + - Trigger tiebreakers if all Archons are destroyed simultaneously during Fury. + - Add some map validation to main server (thanks @stefangimmillaro!) + - Version 2022.1.0.1 (January 12, 2022) - Engine - Remove initial cooldown for all newly built robots