From c0647dc6c996fe00a17153ba1c10e07f7532aae0 Mon Sep 17 00:00:00 2001 From: Batmend Ganbaatar Date: Wed, 6 Mar 2024 02:00:43 +0800 Subject: [PATCH] release beta 0.3.0+32 --- lib/constants.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 104fd63..3214323 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,7 +1,7 @@ import 'package:flutter/foundation.dart'; -const appVersion = "0.2.8+31"; -const debugBuild = true; +const appVersion = "0.3.0+32"; +const debugBuild = false; bool get flowDebugMode => kDebugMode || debugBuild; diff --git a/pubspec.yaml b/pubspec.yaml index 302366c..d1c7abb 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.2.8+31" +version: "0.3.0+32" environment: sdk: ">=3.1.3 <4.0.0"