Bump version to v0.3.4

This commit is contained in:
Dat PHAM HOANG
2022-05-18 11:41:33 +07:00
parent d5b93e3a6f
commit cd6d95d42a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ workflows:
- set-xcode-build-number@1:
inputs:
- build_version_offset: alpha$BITRISE_BUILD_NUMBER
- build_short_version_string: 0.3.3
- build_short_version_string: 0.3.4
- plist_path: "$BITRISE_FLUTTER_PROJECT_LOCATION/ios/Runner/Info.plist"
- flutter-build@0:
inputs:
+1 -1
View File
@@ -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.3
version: 0.3.4
environment:
sdk: ">=2.14.0 <3.0.0"