Skip to content

Commit

Permalink
[bump] v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Becker committed Sep 2, 2021
1 parent 36a256d commit 6d3c232
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# 0.6.0
- Add limitation of 6 players per game
- Set the players color when he joins from 6 predefined ones
- Show overlay when there is no internet connection
- Make sure usernames are unique
- Add sign in with google
- Remove active games list & add form to join game by ID
- Add results screen which shows the players place, when the went bankrupt and the game duration
- Only show confetti to the player who won
- Use network time instead of client time

# 0.5.1
- Fix bug with wrong name in transaction history item


# 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
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.5.1\n'
'Version 0.6.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.5.1+8
version: 0.6.0+9

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

0 comments on commit 6d3c232

Please sign in to comment.