From 8956c23b956245488200bfc1d21dfcd863b6def8 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Wed, 20 May 2020 13:43:14 -0700 Subject: [PATCH] Preparing for version 1.1.1 (#53) --- CHANGELOG.md | 5 +++++ VERSIONS.md | 1 + android/build.gradle | 2 +- ios/purchases_flutter.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06613d7b..0b15790c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.1.1 + +- Update README.md to remove macOS support (#52) +- Await setDebugLogsEnabled before next steps in the sample app (#38) + ## 1.1.0 - Adds Subscriber Attributes, which allow developers to store additional, structured information diff --git a/VERSIONS.md b/VERSIONS.md index 14ccebfef..c1b6cb2db 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | |---------|-------------|-----------------|----------------------| +| 1.1.1 | 3.2.2 | 3.1.0 | 1.0.11 | | 1.1.0 | 3.2.2 | 3.1.0 | 1.0.11 | | 1.0.5 | 3.0.1 | 3.0.4 | 1.0.6 | | 1.0.4 | 3.0.1 | 3.0.4 | 1.0.6 | diff --git a/android/build.gradle b/android/build.gradle index 827ba52eb..ca360391e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.revenuecat.purchases_flutter' -version '1.1.0' +version '1.1.1' buildscript { ext.kotlin_version = '1.3.71' diff --git a/ios/purchases_flutter.podspec b/ios/purchases_flutter.podspec index bd638a5d3..192c933fa 100644 --- a/ios/purchases_flutter.podspec +++ b/ios/purchases_flutter.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'purchases_flutter' - s.version = '1.1.0' + s.version = '1.1.1' s.summary = 'Cross-platform subscriptions framework for Flutter.' s.description = <<-DESC Client for the RevenueCat subscription and purchase tracking system, making implementing in-app subscriptions in Flutter easy - receipt validation and status tracking included! diff --git a/pubspec.yaml b/pubspec.yaml index ab393a30b..d920c821a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: purchases_flutter description: A Flutter plugin that makes implementing in-app subscriptions for iOS and Android simple – receipt validation and status tracking included! -version: 1.1.0 +version: 1.1.1 homepage: https://www.revenuecat.com/ repository: https://github.com/RevenueCat/purchases-flutter issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues