From 109296f7dac7059bd6fcb9f32c4adb2e09d8a1ae Mon Sep 17 00:00:00 2001 From: James Ellis Date: Wed, 9 Nov 2022 16:11:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- example/pubspec.yaml | 2 +- ios/appcues_flutter.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7044574..0d2c54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.0 +* ⬆️ Updates for SDK 1.1 (14d466e) + ## 1.0.2 * 🔧 Update podspec version replacement in release script (80a203a) * 🔧 Update formatting of podspec (6ebd371) diff --git a/android/build.gradle b/android/build.gradle index 3d333b4..9338bb8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.appcues.flutter.sdk' -version '1.0.2' +version '1.1.0' buildscript { ext.kotlin_version = '1.6.20' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8efd980..4aef41e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: appcues_flutter_example description: Demonstrates how to use the appcues_flutter plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.2 +version: 1.1.0 environment: sdk: ">=2.17.0-0 <3.0.0" dependencies: diff --git a/ios/appcues_flutter.podspec b/ios/appcues_flutter.podspec index 8058cfc..d1ce778 100644 --- a/ios/appcues_flutter.podspec +++ b/ios/appcues_flutter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'appcues_flutter' - s.version = '1.0.2' + s.version = '1.1.0' s.summary = 'Plugin package to bridge the native Appcues iOS SDK in a Flutter application.' s.description = <<-DESC A plugin package for sending user properties and events to the Appcues API and retrieving and rendering Appcues content based on those properties and events. diff --git a/pubspec.yaml b/pubspec.yaml index f3f92cc..5464c80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: appcues_flutter description: Plugin package to bridge the native Appcues SDKs in a Flutter application. -version: 1.0.2 +version: 1.1.0 homepage: https://www.appcues.com repository: https://github.com/appcues/appcues-flutter-plugin environment: