Skip to content

Commit

Permalink
chore: bump ver to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sadespresso committed Mar 23, 2024
1 parent a8aa135 commit 6537779
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Beta 0.3.3

- Improved Setup page

## Beta 0.3.2

- Fixed transaction page title suggestion was behaving differently from prior
releases. Improved UX

## Beta 0.3.1

- Transaction page now suggests title based on relevancy (category, account, etc)
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/foundation.dart';

const appVersion = "0.3.2+34";
const appVersion = "0.3.3+35";
const debugBuild = false;

bool get flowDebugMode => kDebugMode || debugBuild;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A personal finance managing app

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: "0.3.2+34"
version: "0.3.3+35"

environment:
sdk: ">=3.1.3 <4.0.0"
Expand Down

0 comments on commit 6537779

Please sign in to comment.