Skip to content

Commit

Permalink
bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Nov 3, 2024
1 parent eb11946 commit 61bc80a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ Join our community of developers.

## Changelog

### Sat Nov 02 20:21:00 2024

- Version 0.9.1
- Tiny hotfix to fix the add players page breaking due to recent changesl

### Fri Nov 01 11:45:00 2024

- Version 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion src/game/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { deepClone } from '@/game/utils';
import { IGame } from '@/game/interfaces/game';
import { ISupplyInfo } from '@/game/interfaces/supply-info';

export const VERSION_NUMBER = '0.9.0';
export const VERSION_NUMBER = '0.9.1';
export const LAST_COMPATIBLE_SAVE_VERSION = '0.9.0';

export const MIN_PLAYERS = 2;
Expand Down

0 comments on commit 61bc80a

Please sign in to comment.