Skip to content

Commit

Permalink
release beta 0.3.0+32
Browse files Browse the repository at this point in the history
  • Loading branch information
sadespresso committed Mar 5, 2024
1 parent 74e9fa6 commit c0647dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/constants.dart
Original file line number Diff line number Diff line change
@@ -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;

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.2.8+31"
version: "0.3.0+32"

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

0 comments on commit c0647dc

Please sign in to comment.