Skip to content

Commit f6459ae

Browse files
authored
Merge pull request #136 from adobe/staging
Staging to main 4.2.1
2 parents ee1f648 + 18e1de7 commit f6459ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AEPAssurance.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AEPAssurance"
3-
s.version = "4.1.1"
3+
s.version = "4.1.2"
44
s.summary = "AEPAssurance SDK for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."
55

66
s.description = <<-DESC
@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
1515
s.swift_version = '5.1'
1616

1717
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
18-
s.dependency 'AEPCore', '>= 4.0.0'
19-
s.dependency 'AEPServices', '>= 4.0.0'
18+
s.dependency 'AEPCore', '>= 4.0.0', '< 5.0'
19+
s.dependency 'AEPServices', '>= 4.0.0', '< 5.0'
2020

2121
s.source_files = 'AEPAssurance/Source/**/*.swift'
2222
end

AEPAssurance/Source/AssuranceConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Foundation
1515
enum AssuranceConstants {
1616
static let EXTENSION_NAME = "com.adobe.assurance"
1717
static let FRIENDLY_NAME = "Assurance"
18-
static let EXTENSION_VERSION = "4.1.1"
18+
static let EXTENSION_VERSION = "4.1.2"
1919
static let LOG_TAG = FRIENDLY_NAME
2020
static let DEFAULT_ENVIRONMENT = AssuranceEnvironment.prod
2121

0 commit comments

Comments
 (0)