diff --git a/lib/main.dart b/lib/main.dart index 07acfc0..f586b4a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -12,7 +12,7 @@ import 'package:syncrow_app/utils/helpers/localization_helpers.dart'; import 'my_app.dart'; -const String buildNumber = '1.0.30+18'; +const String buildNumber = '1.0.31+0'; void main() { //to observe the state of the blocs in the output console diff --git a/pubspec.yaml b/pubspec.yaml index dcbb19a..9154bfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: This is the mobile application project, developed with Flutter for # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.0.30+22 +version: 1.0.31+0 environment: sdk: ">=3.0.6 <4.0.0"