Skip to content

Commit

Permalink
Bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 13, 2024
1 parent f6c7e94 commit 759c6b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { schema } from 'battlecode-schema'

export const GAME_VERSION = '1.2.1'
export const SPEC_VERSION = '1.2.1'
export const GAME_VERSION = '1.2.2'
export const SPEC_VERSION = '1.2.2'
export const BATTLECODE_YEAR: number = 2024
export const MAP_SIZE_RANGE = {
min: 30,
Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/battlecode/common/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class GameConstants {
/**
* The current spec version the server compiles with.
*/
public static final String SPEC_VERSION = "1.2.1";
public static final String SPEC_VERSION = "1.2.2";

// *********************************
// ****** MAP CONSTANTS ************
Expand Down
11 changes: 10 additions & 1 deletion specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# **Formal specification**

_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.1*
_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.2*

**Welcome to Battlecode 2024: Breadwars.**

Expand Down Expand Up @@ -286,6 +286,15 @@

# **Appendix: Changelog**

- Version 1.2.2 (January 12, 2024)
- Spec fixes
- Minor typo fixes
- Client improvements
- Fixed dams crashing the map editor
- Runner console quality-of-life additions
- Added version # to sidebar
- Added update rechecking while client is open

- Version 1.2.1 (January 11, 2024)
- Hotfix relating to game tab scrolling in the client

Expand Down

0 comments on commit 759c6b3

Please sign in to comment.