From 37ba232a542a8cef4812d6572b22940c7ac39c18 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 14 Mar 2025 23:39:35 -0700 Subject: [PATCH] Bump build number --- lib/Constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Constants.dart b/lib/Constants.dart index bc9ec23..7bd6a41 100644 --- a/lib/Constants.dart +++ b/lib/Constants.dart @@ -1,4 +1,4 @@ class Constants { - static const VERSION = "1.0.031425+2328"; + static const VERSION = "1.0.031425+2339"; static const APP_NAME = "BugVault"; } diff --git a/pubspec.yaml b/pubspec.yaml index e44191c..93ed17c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.031425+2328 +version: 1.0.031425+2339 environment: sdk: ^3.7.0