bump-v to 1.0.31+0.

This commit is contained in:
Faris Armoush
2025-07-13 13:27:50 +03:00
parent fb71337859
commit 436c304143
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import 'package:syncrow_app/utils/helpers/localization_helpers.dart';
import 'my_app.dart'; import 'my_app.dart';
const String buildNumber = '1.0.30+18'; const String buildNumber = '1.0.31+0';
void main() { void main() {
//to observe the state of the blocs in the output console //to observe the state of the blocs in the output console

View File

@ -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. # 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 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: environment:
sdk: ">=3.0.6 <4.0.0" sdk: ">=3.0.6 <4.0.0"