Skip to content

Commit

Permalink
Merge pull request #136 from adobe/staging
Browse files Browse the repository at this point in the history
Staging to main 4.2.1
  • Loading branch information
cdhoffmann authored Mar 7, 2024
2 parents ee1f648 + 18e1de7 commit f6459ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AEPAssurance.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPAssurance"
s.version = "4.1.1"
s.version = "4.1.2"
s.summary = "AEPAssurance SDK for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."

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

s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', '>= 4.0.0'
s.dependency 'AEPServices', '>= 4.0.0'
s.dependency 'AEPCore', '>= 4.0.0', '< 5.0'
s.dependency 'AEPServices', '>= 4.0.0', '< 5.0'

s.source_files = 'AEPAssurance/Source/**/*.swift'
end
2 changes: 1 addition & 1 deletion AEPAssurance/Source/AssuranceConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
enum AssuranceConstants {
static let EXTENSION_NAME = "com.adobe.assurance"
static let FRIENDLY_NAME = "Assurance"
static let EXTENSION_VERSION = "4.1.1"
static let EXTENSION_VERSION = "4.1.2"
static let LOG_TAG = FRIENDLY_NAME
static let DEFAULT_ENVIRONMENT = AssuranceEnvironment.prod

Expand Down

0 comments on commit f6459ae

Please sign in to comment.