Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rsquared226 committed May 14, 2021
1 parent 2aad59a commit df4b077
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(F-Droid coming soon!)

## Some Highlights
from v0.7.1
from v0.7.2
| Transaction Adding | Transaction Filtering | View Insights | Label Editing | Dark Mode |
|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|
| ![](https://i.imgur.com/psvHmMe.gif) | ![](https://i.imgur.com/V1q8zV1.gif) | ![](https://i.imgur.com/sx6CpSI.gif) | ![](https://i.imgur.com/aDNeBDb.gif) | ![](https://i.imgur.com/qBQ228o.gif)
Expand Down
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 @@ -37,7 +37,7 @@ class AboutAppListTile extends StatelessWidget {
width: 75,
),
applicationLegalese: 'Made by Rahul Ramkumar, licensed under GNU GPLv3',
applicationVersion: 'v0.7.1',
applicationVersion: 'v0.7.2',
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.7.1+13
version: 0.7.2+14

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.7.2 - Behind-the-scenes updates
- Slight performance boost with a lot of behind-the-scenes updates
- Reoccuring transactions and CSV backup should be out by the end of summer!

v0.7.1 - DARK MODE
- Budget your life with a comforting dark theme or go all-out with the OLED black theme. Change your theme in the settings screen
- Fixed bug where transactions wouldn't load on initial app open
Expand Down

0 comments on commit df4b077

Please sign in to comment.