From 6fb6a79abc2a61ee2b626141cb839ec1d4dbbd62 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Mon, 11 Jul 2022 15:25:58 +0700 Subject: [PATCH] Bump version to v0.3.8 --- bitrise.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index b28ae632d..636d6b2df 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -105,7 +105,7 @@ workflows: - set-xcode-build-number@1: inputs: - build_version_offset: alpha$BITRISE_BUILD_NUMBER - - build_short_version_string: 0.3.7 + - build_short_version_string: 0.3.8 - plist_path: "$BITRISE_FLUTTER_PROJECT_LOCATION/ios/Runner/Info.plist" - flutter-build@0: inputs: diff --git a/pubspec.yaml b/pubspec.yaml index eb29d3f21..9d411b4f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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: 0.3.7 +version: 0.3.8 environment: sdk: ">=2.17.0 <3.0.0"