Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rsquared226 committed Nov 25, 2020
1 parent c4c7244 commit 802c746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/widgets/about_app_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AboutAppListTile extends StatelessWidget {
width: 75,
),
applicationLegalese: 'Made by Rahul Ramkumar, licensed under GNU GPLv3',
applicationVersion: 'v0.5.2',
applicationVersion: 'v0.6.0',
aboutBoxChildren: <Widget>[
const SizedBox(height: 12),
const Text('A beautiful and informative budgeting app'),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.5.2+10
version: 0.6.0+11

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down
13 changes: 2 additions & 11 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
v0.5.2
- Remove outdated label in edit/add transaction screen

More currency signs coming soon!

v0.5.1 - Minor design improvements in dashboard screen
- Round corners of balance card
- Change color of top part of dashboard to full white

v0.5.0
- Add onboarding tutorial (can view again by clicking "help" in drawer)
v0.6.0
- Options for more currency signs! Check the settings screen in the drawer.

0 comments on commit 802c746

Please sign in to comment.