Skip to content

Commit

Permalink
[bump] v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Becker committed Aug 17, 2021
1 parent 470c815 commit d667f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.3.0
- Add scale animation when money balance changes
- Add free parking money & salary
- Add native splash screen
- Add page with form to create and customize new game (adjust salary, starting capital etc.)
- Fix bug that does not allow you to get more money from the bank than you currently have (#7)
- Refactor authentication, user and banking logic

# 0.2.0
- Use modal bottom sheet for transactions
- Improve game screen UI
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: const Text(
'Version 0.2.0\n'
'Version 0.3.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.2.0+4
version: 0.3.0+5

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

0 comments on commit d667f3d

Please sign in to comment.