From 6b21a28c1d4644db9a85b82ee7261fcc8f4a938b Mon Sep 17 00:00:00 2001 From: Justin Fiedler Date: Thu, 1 Jun 2023 13:18:47 -0700 Subject: [PATCH] chore: bump version to 3.15.0 (#145) --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c8115..0c2ced7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.15.0 +* Bump Amplitude Android SDK version (2.39.4) +* Bump Amplitude iOS SDK version (8.16.1) + ## 3.14.0 * Implement setEventUploadPeriodMillis diff --git a/example/pubspec.lock b/example/pubspec.lock index fe15be8..91f45e0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.14.0" + version: "3.15.0" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 3fea4b1..03dc201 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '3.14.0'; + static const packageVersion = '3.15.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index 6e7e876..341f235 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 3.14.0 +version: 3.15.0 homepage: https://www.amplitude.com repository: https://github.com/amplitude/Amplitude-Flutter