From f3d6b8abbef7b4774ddedfb14b22e0cfc7cfbcc3 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 21 Mar 2025 11:03:02 -0700 Subject: [PATCH] Increment the app version slightly now that it's working and has an icon. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index de3332c..5108f37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: expense_tracker description: Track recurring expenses against income and liquid assets. publish_to: 'none' -version: 0.1.0 +version: 0.1.1 environment: sdk: ^3.6.1