Skip to content

Commit

Permalink
SDK-502 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Sep 10, 2019
1 parent 081901e commit 45b4316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdobeBranchExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AdobeBranchExtension"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion AdobeBranchExtension/Classes/AdobeBranchExtensionClass.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#pragma mark Constants

NSString*const ABEBranchExtensionVersion = @"1.1.0";
NSString*const ABEBranchExtensionVersion = @"1.2.0";

NSString*const ABEBranchEventType = @"com.branch.eventType";
NSString*const ABEBranchEventSource = @"com.branch.eventSource";
Expand Down

0 comments on commit 45b4316

Please sign in to comment.