Skip to content

Commit

Permalink
[bump] 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Becker committed Aug 19, 2021
1 parent 4c5eb4b commit 53c82aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0
- Add 'Wait for players to connect' overlay, which is shown when you are the only player in a game
- Add icon to bankrupt and win overlay
- Add warning when paying all your money to a player or the bank (which would make you go bankrupt)
- Make player name and icon colorful (based on the players id)

# 0.4.0
- Create logo
- Add a dark mode (uses system preference)
Expand Down
2 changes: 1 addition & 1 deletion lib/app_info_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AppInfoScreen extends StatelessWidget {
title: const Text('Monopoly Banking'),
),
body: Text(
'Version 0.4.0\n'
'Version 0.5.0\n'
'Monopoly Banking\n\n'
'Made by Jens Becker\n'
'jensbecker.dev\n',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: monopoly_banking
description: A cloud-based monopoly banking app.
publish_to: 'none'

version: 0.4.0+6
version: 0.5.0+7

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 53c82aa

Please sign in to comment.