Skip to content

Commit 45b4316

Browse files
committed
SDK-502 update version
1 parent 081901e commit 45b4316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AdobeBranchExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AdobeBranchExtension"
3-
s.version = "1.1.0"
3+
s.version = "1.2.0"
44
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."
55

66
s.description = <<-DESC

AdobeBranchExtension/Classes/AdobeBranchExtensionClass.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#pragma mark Constants
1414

15-
NSString*const ABEBranchExtensionVersion = @"1.1.0";
15+
NSString*const ABEBranchExtensionVersion = @"1.2.0";
1616

1717
NSString*const ABEBranchEventType = @"com.branch.eventType";
1818
NSString*const ABEBranchEventSource = @"com.branch.eventSource";

0 commit comments

Comments
 (0)