From e4e7d9ca4e4e539fa23464e37b6d0448435c1461 Mon Sep 17 00:00:00 2001 From: aboedo Date: Fri, 17 Jan 2020 08:43:50 -0300 Subject: [PATCH] [final] bump version to 3.0.2 (#159) * bumped version to 3.0.2 * bumped version to 3.0.2 in RCPurchases.m --- CHANGELOG.md | 4 ++++ Purchases.podspec | 2 +- Purchases/Info.plist | 2 +- Purchases/Public/RCPurchases.m | 2 +- PurchasesTests/Info.plist | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d66b29939..8c8a2048a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.2 +- Fixes an issue where Apple Search Ads attribution information would be sent even if the user hadn't clicked on +a search ad. + ## 3.0.1 - Adds observer_mode to the backend post receipt call. diff --git a/Purchases.podspec b/Purchases.podspec index 1ae17cba51..cc159dfb30 100644 --- a/Purchases.podspec +++ b/Purchases.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Purchases" - s.version = "3.1.0-SNAPSHOT" + s.version = "3.0.2" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Purchases/Info.plist b/Purchases/Info.plist index baba926f22..d8ae087b87 100644 --- a/Purchases/Info.plist +++ b/Purchases/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0-SNAPSHOT + 3.0.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Purchases/Public/RCPurchases.m b/Purchases/Public/RCPurchases.m index e01d1d1521..dfbb171e44 100644 --- a/Purchases/Public/RCPurchases.m +++ b/Purchases/Public/RCPurchases.m @@ -97,7 +97,7 @@ + (BOOL)debugLogsEnabled } + (NSString *)frameworkVersion { - return @"3.1.0-SNAPSHOT"; + return @"3.0.2"; } + (instancetype)sharedPurchases { diff --git a/PurchasesTests/Info.plist b/PurchasesTests/Info.plist index a089f03aa0..b67dd90e28 100644 --- a/PurchasesTests/Info.plist +++ b/PurchasesTests/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 3.0.2 CFBundleVersion 1