diff --git a/CHANGELOG.md b/CHANGELOG.md index fe188e8..21f4960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.7 +* ⬆️ Update appcues sdk versions (dc4b6d8) + ## 3.1.6 * ⬆️ Update sdk versions (60e0cbf) diff --git a/android/build.gradle b/android/build.gradle index feb02bc..482fa53 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.appcues.flutter.sdk' -version '3.1.6' +version '3.1.7' buildscript { ext.kotlin_version = '1.6.20' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 73f2b09..c0b9c5a 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: 3.1.6 +version: 3.1.7 environment: sdk: ">=2.17.0-0 <4.0.0" dependencies: diff --git a/ios/appcues_flutter.podspec b/ios/appcues_flutter.podspec index 349dcfc..b13daef 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 = '3.1.6' + s.version = '3.1.7' 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 f880079..af280ea 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: 3.1.6 +version: 3.1.7 homepage: https://www.appcues.com repository: https://github.com/appcues/appcues-flutter-plugin environment: