Skip to content

Commit

Permalink
Merge pull request #33 from adobe/dev-v4.0.1
Browse files Browse the repository at this point in the history
Dev v4.0.1 to main
  • Loading branch information
sbenedicadb authored Feb 28, 2024
2 parents b8c6319 + acbfc17 commit 2c69ce2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AEPCampaignClassic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPCampaignClassic"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "Campaign Classic library for Adobe Experience Platform SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Campaign Classic library provides APIs that allow use of the Campaign Classic product in the Adobe Experience Platform SDK.
Expand All @@ -16,8 +16,8 @@ Pod::Spec.new do |s|

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.0'
s.dependency 'AEPServices', '>= 4.0.0', '< 5.0.0'

s.source_files = 'AEPCampaignClassic/Sources/**/*.swift'

Expand Down
4 changes: 2 additions & 2 deletions AEPCampaignClassic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.mobile.AEPCampaignClassic;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1167,7 +1167,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.mobile.AEPCampaignClassic;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion AEPCampaignClassic/Sources/CampaignClassicConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Foundation
enum CampaignClassicConstants {
static let EXTENSION_NAME = "com.adobe.module.campaignclassic"
static let FRIENDLY_NAME = "CampaignClassic"
static let EXTENSION_VERSION = "4.0.0"
static let EXTENSION_VERSION = "4.0.1"
static let LOG_TAG = FRIENDLY_NAME

// general strings
Expand Down

0 comments on commit 2c69ce2

Please sign in to comment.