Skip to content

Commit

Permalink
[bump] v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Becker committed Aug 2, 2021
1 parent c1e3930 commit 6217f6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# 0.0.2
- Improve design
- Fix bug in makeTransaction function
- Fix bug in GitHub workflow

# 0.0.1
- Basic lobby and banking functionality
2 changes: 1 addition & 1 deletion lib/game_screens/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'),
),
child: const Text(
'Version 0.0.1\n'
'Version 0.0.2\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.0.1+1
version: 0.0.2+2

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

0 comments on commit 6217f6e

Please sign in to comment.