Skip to content

Commit

Permalink
Bumps version to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedDehairy committed Aug 2, 2021
1 parent d395909 commit b76a1a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdyenNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AdyenNetworking'
s.version = '1.0.0-beta.1'
s.version = '1.0.0-beta.2'
s.summary = "Adyen Networking for iOS"
s.description = <<-DESC
Adyen Networking for iOS provides Http/Https networking API's.
Expand Down
4 changes: 4 additions & 0 deletions AdyenNetworking.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = B2NYSS5932;
INFOPLIST_FILE = "Networking Demo App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -566,6 +567,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = B2NYSS5932;
INFOPLIST_FILE = "Networking Demo App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -750,6 +752,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -777,6 +780,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B2NYSS5932;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion Networking Demo App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down

0 comments on commit b76a1a8

Please sign in to comment.