Skip to content

Commit

Permalink
version 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcspeed committed May 27, 2021
1 parent 86d5fcc commit fb5f168
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20016;
CURRENT_PROJECT_VERSION = 20017;
DEVELOPMENT_TEAM = JLKV36C38P;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -438,7 +438,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 2.0.16;
MARKETING_VERSION = 2.0.17;
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
PRODUCT_NAME = Runner;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -563,7 +563,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20016;
CURRENT_PROJECT_VERSION = 20017;
DEVELOPMENT_TEAM = JLKV36C38P;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -576,7 +576,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 2.0.16;
MARKETING_VERSION = 2.0.17;
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
PRODUCT_NAME = Runner;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -596,7 +596,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20016;
CURRENT_PROJECT_VERSION = 20017;
DEVELOPMENT_TEAM = JLKV36C38P;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -609,7 +609,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 2.0.16;
MARKETING_VERSION = 2.0.17;
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
PRODUCT_NAME = Runner;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A meditation learning tool
# 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: 2.0.16+20016
version: 2.0.17+20017
environment:
sdk: ">=2.6.0 <3.0.0"

Expand Down

0 comments on commit fb5f168

Please sign in to comment.