Skip to content

Commit

Permalink
Merge pull request #46 from adobe/staging
Browse files Browse the repository at this point in the history
staging -> main v4.0.1 release
  • Loading branch information
emdobrin authored Mar 6, 2024
2 parents d345f22 + a92bfde commit 2f32cf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AEPEdgeMedia.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPEdgeMedia"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "Adobe Streaming Media for Edge Network extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ 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 'AEPEdge', '>= 4.0.0'
s.dependency 'AEPCore', '>= 4.0.0', '< 5.0.0'
s.dependency 'AEPEdge', '>= 4.0.0', '< 5.0.0'
s.source_files = 'Sources/**/*.swift'
end
4 changes: 2 additions & 2 deletions AEPEdgeMedia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.edge.media;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1615,7 +1615,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.edge.media;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Sources/MediaConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
internal extension MediaConstants {
static let EXTENSION_NAME = "com.adobe.edge.media"
static let FRIENDLY_NAME = "Edge Media"
static let EXTENSION_VERSION = "4.0.0"
static let EXTENSION_VERSION = "4.0.1"
static let DATASTORE_NAME = EXTENSION_NAME
static let DATABASE_NAME = EXTENSION_NAME
static let LOG_TAG = FRIENDLY_NAME
Expand Down

0 comments on commit 2f32cf5

Please sign in to comment.