From 653777960ef50f86225f08c89c67771b1ae44e6c Mon Sep 17 00:00:00 2001 From: Batmend Ganbaatar Date: Sun, 24 Mar 2024 01:02:29 +0800 Subject: [PATCH] chore: bump ver to 0.3.3 --- CHANGELOG.md | 9 +++++++++ lib/constants.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b00a2..ae0a325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/constants.dart b/lib/constants.dart index bdbe93e..a829123 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index 03a2701..50c0ad8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"