We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081901e commit 45b4316Copy full SHA for 45b4316
AdobeBranchExtension.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AdobeBranchExtension"
3
- s.version = "1.1.0"
+ s.version = "1.2.0"
4
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."
5
6
s.description = <<-DESC
AdobeBranchExtension/Classes/AdobeBranchExtensionClass.m
@@ -12,7 +12,7 @@
12
13
#pragma mark Constants
14
15
-NSString*const ABEBranchExtensionVersion = @"1.1.0";
+NSString*const ABEBranchExtensionVersion = @"1.2.0";
16
17
NSString*const ABEBranchEventType = @"com.branch.eventType";
18
NSString*const ABEBranchEventSource = @"com.branch.eventSource";
0 commit comments