Skip to content

Commit

Permalink
[bump] v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Becker committed Aug 23, 2021
1 parent 93ac13c commit a3eaf52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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.0\n'
'Version 0.5.1\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.0+7
version: 0.5.1+8

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

0 comments on commit a3eaf52

Please sign in to comment.