Skip to content

Commit 6707f05

Browse files
committed
prepare 2020.1.0.8
1 parent 8d601ad commit 6707f05

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

client/visualizer/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export enum Mode {
111111
export function defaults(supplied?: any): Config {
112112
supplied = supplied || {};
113113
return {
114-
gameVersion: supplied.gameVersion || "2020.1.0.7", //TODO: Change this on each release!
114+
gameVersion: supplied.gameVersion || "2020.1.0.8", //TODO: Change this on each release!
115115
fullscreen: supplied.fullscreen || false,
116116
width: supplied.width || 600,
117117
height: supplied.height || 600,

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ teamB=examplefuncsplayer
44
maps=maptestsmall
55
source=src
66
mapLocation=maps
7-
release_version=2020.1.0.7
7+
release_version=2020.1.0.8

specs/specs.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Battlecode 2020
22

33
_The formal specification of this year's game._
4-
Current version: 2020.1.0.7
4+
Current version: 2020.1.0.8
55

66
_Warning: This document and the game it describes will be tweaked as the competition progresses.
77
We'll try to keep changes to a minimum, but will likely have to make modifications to keep the game balanced.
@@ -399,6 +399,12 @@ We'll update this spec as the competition progresses.
399399

400400
# Changelog
401401

402+
- 2020.1.0.8 (1/9/20)
403+
- spec changes: none
404+
- client changes:
405+
- show blockchain
406+
- engine changes:
407+
- make blockchain immutable, for real
402408
- 2020.1.0.7 (1/9/20)
403409
- spec changes: none
404410
- client changes:

0 commit comments

Comments
 (0)