From 45676f02909af5278c2aa86d4f7aeb0aa3271690 Mon Sep 17 00:00:00 2001 From: bklastaitis-branch Date: Thu, 9 Apr 2020 17:07:02 -0700 Subject: [PATCH] Release 1.2.2. --- AdobeBranchExtension.podspec | 2 +- scripts/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AdobeBranchExtension.podspec b/AdobeBranchExtension.podspec index ebd64cc..13f28f2 100644 --- a/AdobeBranchExtension.podspec +++ b/AdobeBranchExtension.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AdobeBranchExtension" - s.version = "1.2.1" + s.version = "1.2.2" s.summary = "The Branch extension for Adobe Cloud Platform on iOS." s.description = <<-DESC diff --git a/scripts/version b/scripts/version index 367a813..72aa973 100755 --- a/scripts/version +++ b/scripts/version @@ -31,7 +31,7 @@ Options: USAGE } -version=1.2.1 +version=1.2.2 if (( $# == 0 )); then echo $version