diff --git a/CHANGELOG.md b/CHANGELOG.md index 67dba65ea1..3868f6a7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.3 +- Add option for disabling transaction finishing. + ## 1.1.2 - Fix to ensure prices are properly collected when using entitlements diff --git a/Purchases.podspec b/Purchases.podspec index 4649481e51..bdb029c11e 100644 --- a/Purchases.podspec +++ b/Purchases.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Purchases" - s.version = "1.2.0-SNAPSHOT" + s.version = "1.1.3" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Purchases/Classes/Public/RCPurchases.m b/Purchases/Classes/Public/RCPurchases.m index 0a7c47ef9f..06347b1bff 100644 --- a/Purchases/Classes/Public/RCPurchases.m +++ b/Purchases/Classes/Public/RCPurchases.m @@ -72,7 +72,7 @@ - (instancetype _Nullable)initWithAPIKey:(NSString *)APIKey } + (NSString *)frameworkVersion { - return @"1.2.0-SNAPSHOT"; + return @"1.1.3"; } - (instancetype _Nullable)initWithAppUserID:(NSString *)appUserID diff --git a/Purchases/Mac/Info.plist b/Purchases/Mac/Info.plist index e509e3a2a1..f804a231ec 100644 --- a/Purchases/Mac/Info.plist +++ b/Purchases/Mac/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0-SNAPSHOT + 1.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Purchases/iOS/Info.plist b/Purchases/iOS/Info.plist index c7646a07f2..7af29ef977 100644 --- a/Purchases/iOS/Info.plist +++ b/Purchases/iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0-SNAPSHOT + 1.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass