Skip to content

Commit

Permalink
Merge pull request #708 from Adyen/bump-version-t0-3.9.1
Browse files Browse the repository at this point in the history
chore: bump version to 3.9.1
  • Loading branch information
mohammedDehairy authored Nov 15, 2021
2 parents e35c02f + 53a6c77 commit 4b9312f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Adyen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Adyen'
s.version = '3.9.0'
s.version = '3.9.1'
s.summary = "Adyen Components for iOS"
s.description = <<-DESC
Adyen Components for iOS allows you to accept in-app payments by providing you with the building blocks you need to create a checkout experience.
Expand Down
24 changes: 12 additions & 12 deletions Adyen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3.9.0;
CURRENT_PROJECT_VERSION = 3.9.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -3602,7 +3602,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3.9.0;
CURRENT_PROJECT_VERSION = 3.9.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -3633,7 +3633,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Adyen/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -3656,7 +3656,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Adyen/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -3719,7 +3719,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = AdyenCard/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -3740,7 +3740,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = AdyenCard/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -3801,7 +3801,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = AdyenDropIn/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -3824,7 +3824,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = AdyenDropIn/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -3942,11 +3942,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3.9.0;
CURRENT_PROJECT_VERSION = 3.9.1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = AdyenWeChatPay/Info.plist;
Expand Down Expand Up @@ -3985,11 +3985,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3.9.0;
CURRENT_PROJECT_VERSION = 3.9.1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 3.9.0;
DYLIB_CURRENT_VERSION = 3.9.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = AdyenWeChatPay/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenCard/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenDropIn/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenSwiftUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenSwiftUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenUIHost/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion AdyenWeChatPay/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.9.0</string>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 4b9312f

Please sign in to comment.