Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version to 4.2.0 #384

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AEPEdge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPEdge"
s.version = "4.1.0"
s.version = "4.2.0"
s.summary = "Experience Platform Edge extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions AEPEdge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.0;
MARKETING_VERSION = 4.2.0;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.edge;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1664,7 +1664,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.0;
MARKETING_VERSION = 4.2.0;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.edge;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- AEPCore (4.0.0):
- AEPRulesEngine (>= 4.0.0)
- AEPServices (>= 4.0.0)
- AEPEdge (4.1.0):
- AEPEdge (4.2.0):
- AEPCore (>= 4.0.0)
- AEPEdgeIdentity (>= 4.0.0)
- AEPEdgeConsent (4.0.0):
Expand Down Expand Up @@ -43,13 +43,13 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AEPAssurance: 4fa3138ddd7308c1f9923570f4d2b0b8526a916f
AEPCore: dd7cd69696c768c610e6adc0307032985a381c7e
AEPEdge: 684a60362d17349fab5da48d6e4f965849ed9ad2
AEPEdge: c4d836749c0df6513670ffbf6abffec3f5e38093
AEPEdgeConsent: 54c1b6a30a3d646e3d4bc4bae1713755422b471e
AEPEdgeIdentity: c2396b9119abd6eb530ea11efc58ec019b163bd4
AEPRulesEngine: 458450a34922823286ead045a0c2bd8c27e224c6
AEPServices: ca493988df250d84fda050124ff7549bcc43c65f
SwiftLint: 13280e21cdda6786ad908dc6e416afe5acd1fcb7

PODFILE CHECKSUM: 040d35732cdebc4d92d853c8973cf0686de7eb8c
PODFILE CHECKSUM: 5ec62860669adff6d3ffed90f13fc2a5ad5a4fff

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion Sources/EdgeConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
enum EdgeConstants {

static let EXTENSION_NAME = "com.adobe.edge"
static let EXTENSION_VERSION = "4.1.0"
static let EXTENSION_VERSION = "4.2.0"
static let FRIENDLY_NAME = "AEPEdge"
static let LOG_TAG = FRIENDLY_NAME

Expand Down