From 840e7b91bbb7d42b16e9c6b552f71fe390c0a327 Mon Sep 17 00:00:00 2001 From: Aman Date: Tue, 19 Jul 2022 12:52:03 +0530 Subject: [PATCH] conf: bump build number (#236) Signed-off-by: Aman --- .github/workflows/cd.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index be91edc3..4a47963a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -45,7 +45,7 @@ jobs: - run: flutter pub get # Run build runner to generate dart files - - run: flutter packages pub run --no-sound-null-safety build_runner build --delete-conflicting-outputs + - run: flutter packages pub run build_runner build --delete-conflicting-outputs # Check for any formatting issues in the code. - run: flutter format --set-exit-if-changed . diff --git a/pubspec.yaml b/pubspec.yaml index ee3a0601..bd275f95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ publish_to: none # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.2.0+6 +version: 1.3.0+7 environment: sdk: ">=2.14.0 <3.0.0"