From ee459798426d3df683015999eeeb7d936a9397da Mon Sep 17 00:00:00 2001 From: TheApplePieGod Date: Mon, 5 Jan 2026 19:59:35 -0500 Subject: [PATCH 1/6] public --- .github/workflows/release-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-client.yml b/.github/workflows/release-client.yml index 4cffa815..9cd46488 100644 --- a/.github/workflows/release-client.yml +++ b/.github/workflows/release-client.yml @@ -12,7 +12,7 @@ env: CLIENT_ARTIFACT_ID: battlecode26 # IS_PUBLIC is whether to release deployments publicly. Set to exactly the text "YES" to do so. - IS_PUBLIC: NO + IS_PUBLIC: YES jobs: build-client: From f1853e92a7a040b149133d4895e6165c56779c4c Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Thu, 8 Jan 2026 20:39:02 -0500 Subject: [PATCH 2/6] update version number --- client/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index 6c2269e1..8027ea28 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,4 +1,4 @@ -export const CLIENT_VERSION = '1.0.2' +export const CLIENT_VERSION = '1.0.3' export const SPEC_VERSION = '1' export const BATTLECODE_YEAR: number = 2026 export const MAP_SIZE_RANGE = { From 41852913c2301f2d58aca19256fd7a1c7b6c6828 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 9 Jan 2026 13:52:52 -0500 Subject: [PATCH 3/6] update client version --- client/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index 8027ea28..bffb1fdf 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,4 +1,4 @@ -export const CLIENT_VERSION = '1.0.3' +export const CLIENT_VERSION = '1.0.4' export const SPEC_VERSION = '1' export const BATTLECODE_YEAR: number = 2026 export const MAP_SIZE_RANGE = { From 7bdc9c50e48a27aa6037ee1405ede24411ddca89 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 9 Jan 2026 15:35:07 -0500 Subject: [PATCH 4/6] update version number --- client/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index bffb1fdf..bb384ba7 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,4 +1,4 @@ -export const CLIENT_VERSION = '1.0.4' +export const CLIENT_VERSION = '1.0.5' export const SPEC_VERSION = '1' export const BATTLECODE_YEAR: number = 2026 export const MAP_SIZE_RANGE = { From 09e7a116df8c686a5be92d8fd5d7128318d9681e Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Tue, 13 Jan 2026 01:02:26 -0500 Subject: [PATCH 5/6] update version number --- client/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index bb384ba7..73c56d71 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,4 +1,4 @@ -export const CLIENT_VERSION = '1.0.5' +export const CLIENT_VERSION = '1.0.6' export const SPEC_VERSION = '1' export const BATTLECODE_YEAR: number = 2026 export const MAP_SIZE_RANGE = { From a18ab25d3aef1be0d5152977267ca3678d0fe803 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 23 Jan 2026 01:33:13 -0500 Subject: [PATCH 6/6] update version number --- client/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index 7897342d..c77d94c7 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,4 +1,4 @@ -export const CLIENT_VERSION = '1.0.6' +export const CLIENT_VERSION = '1.0.7' export const SPEC_VERSION = '1' export const BATTLECODE_YEAR: number = 2026 export const MAP_SIZE_RANGE = {